Orchid
#9A51FB
PurpleColor Codes
All color formats for development
HEX
#9A51FBRGB
rgb(154, 81, 251)HSL
hsl(266, 96%, 65%)OKLCH
oklch(0.61 0.239 298.7)CMYK
cmyk(39%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8830FB
2#750FFA
3#6505E3
4#5704C3
5#4803A2
6#3A0382
7#2B0261
8#1D0141
9#0E0120
Tints
Lighter variations
1#A462FC
2#AE73FC
3#B985FD
4#C396FD
5#CDA8FD
6#D7B9FE
7#E1CBFE
8#EBDCFE
9#F5EEFF
Tones
Muted variations
1#9B59F3
2#9D61EA
3#9E6AE2
4#9F72D9
5#A07BD1
6#A183C8
7#A28CBF
8#A395B7
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 | BD8C #BD8CFD | BordersInactive statesPlaceholder text |
| 400 | 9A50 #9A50FB | Disabled statesSecondary iconsMuted text |
| 500 | 7E1E #7E1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6204 #6204DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E04 #4E04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3803 #38037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2402 #240250 | 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: #BD8CFD;
--orchid-400: #9A50FB;
--orchid-500: #7E1EFA;
--orchid-600: #6204DC;
--orchid-700: #4E04AF;
--orchid-800: #38037D;
--orchid-900: #240250;
--orchid-950: #160132;
}