Orchid
#9A4FFC
PurpleColor Codes
All color formats for development
HEX
#9A4FFCRGB
rgb(154, 79, 252)HSL
hsl(266, 97%, 65%)OKLCH
oklch(0.608 0.243 298.7)CMYK
cmyk(39%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#872FFC
2#750EFB
3#6503E5
4#5703C4
5#4802A3
6#3A0283
7#2B0162
8#1D0141
9#0E0021
Tints
Lighter variations
1#A461FD
2#AE72FD
3#B884FD
4#C396FD
5#CDA7FE
6#D7B9FE
7#E1CAFE
8#EBDCFE
9#F5EDFF
Tones
Muted variations
1#9B58F4
2#9D60EB
3#9E69E2
4#9F72DA
5#A07AD1
6#A183C8
7#A28CC0
8#A394B7
9#A59DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABE #DABEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8B #BD8BFD | BordersInactive statesPlaceholder text |
| 400 | 9A4F #9A4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 7D1D #7D1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6203 #6203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E03 #4E03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3802 #38027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2401 #240150 | Primary textHigh emphasis contentDark headings |
| 950 | 1601 #160132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #EBDCFE;
--orchid-200: #DABEFE;
--orchid-300: #BD8BFD;
--orchid-400: #9A4FFC;
--orchid-500: #7D1DFC;
--orchid-600: #6203DD;
--orchid-700: #4E03B0;
--orchid-800: #38027E;
--orchid-900: #240150;
--orchid-950: #160132;
}