Orchid
#B65FEC
PurpleColor Codes
All color formats for development
HEX
#B65FECRGB
rgb(182, 95, 236)HSL
hsl(277, 79%, 65%)OKLCH
oklch(0.648 0.211 310.3)CMYK
cmyk(23%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A942E9
2#9B24E5
3#8918D0
4#7615B2
5#621194
6#4F0E77
7#3B0A59
8#27073B
9#14031E
Tints
Lighter variations
1#BD6FEE
2#C57FF0
3#CC8FF2
4#D39FF4
5#DBAFF6
6#E2BFF8
7#E9CFF9
8#F0DFFB
9#F8EFFD
Tones
Muted variations
1#B566E5
2#B36DDE
3#B174D7
4#B07BD0
5#AE82C9
6#AC8AC2
7#AB91BB
8#A998B4
9#A79FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF96 #CF96F3 | BordersInactive statesPlaceholder text |
| 400 | B65F #B65FEC | Disabled statesSecondary iconsMuted text |
| 500 | A132 #A132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8518 #8518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A13 #6A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0D #4C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E4C4F8;
--orchid-300: #CF96F3;
--orchid-400: #B65FEC;
--orchid-500: #A132E7;
--orchid-600: #8518C9;
--orchid-700: #6A13A0;
--orchid-800: #4C0D72;
--orchid-900: #300949;
--orchid-950: #1E052E;
}