Orchid
#9C5EED
PurpleColor Codes
All color formats for development
HEX
#9C5EEDRGB
rgb(156, 94, 237)HSL
hsl(266, 80%, 65%)OKLCH
oklch(0.619 0.208 300.4)CMYK
cmyk(34%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A41EA
2#7823E7
3#6817D1
4#5914B3
5#4A1195
6#3B0D77
7#2C0A5A
8#1E073C
9#0F031E
Tints
Lighter variations
1#A66EEF
2#B07EF1
3#BA8FF3
4#C49FF4
5#CEAFF6
6#D7BFF8
7#E1CFFA
8#EBDFFB
9#F5EFFD
Tones
Muted variations
1#9D65E6
2#9E6DDF
3#9F74D8
4#A07BD1
5#A182C9
6#A289C2
7#A390BB
8#A497B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE95 #BE95F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5E #9C5EED | Disabled statesSecondary iconsMuted text |
| 500 | 8030 #8030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6416 #6416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5012 #5012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2408 #240849 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FD;
--orchid-100: #EBDFFB;
--orchid-200: #DAC3F8;
--orchid-300: #BE95F3;
--orchid-400: #9C5EED;
--orchid-500: #8030E8;
--orchid-600: #6416CA;
--orchid-700: #5012A1;
--orchid-800: #390D73;
--orchid-900: #240849;
--orchid-950: #17052E;
}