Orchid
#9D63E9
PurpleColor Codes
All color formats for development
HEX
#9D63E9RGB
rgb(157, 99, 233)HSL
hsl(266, 75%, 65%)OKLCH
oklch(0.625 0.196 300.8)CMYK
cmyk(33%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B46E5
2#7829E0
3#681DCB
4#5A19AE
5#4B1591
6#3C1174
7#2D0C57
8#1E083A
9#0F041D
Tints
Lighter variations
1#A772EB
2#B082ED
3#BA92EF
4#C4A1F2
5#CEB1F4
6#D8C1F6
7#E2D0F8
8#EBE0FB
9#F5EFFD
Tones
Muted variations
1#9E6AE2
2#9F70DB
3#A077D5
4#A07ECE
5#A184C7
6#A28BC1
7#A392BA
8#A498B3
9#A59FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE98 #BE98F0 | BordersInactive statesPlaceholder text |
| 400 | 9D63 #9D63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8136 #8136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651C #651CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5016 #50169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3910 #391070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 250A #250A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F2FD;
--orchid-100: #EBE0FB;
--orchid-200: #DBC5F7;
--orchid-300: #BE98F0;
--orchid-400: #9D63E9;
--orchid-500: #8136E2;
--orchid-600: #651CC4;
--orchid-700: #50169C;
--orchid-800: #391070;
--orchid-900: #250A47;
--orchid-950: #17062D;
}