Orchid
#9E33E6
PurpleColor Codes
All color formats for development
HEX
#9E33E6RGB
rgb(158, 51, 230)HSL
hsl(276, 78%, 55%)OKLCH
oklch(0.568 0.251 307)CMYK
cmyk(31%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#921CE1
2#8219C8
3#7116AF
4#611396
5#510F7D
6#410C64
7#31094B
8#200632
9#100319
Tints
Lighter variations
1#A847E8
2#B25CEB
3#BB70ED
4#C584F0
5#CF99F2
6#D8ADF5
7#E2C2F7
8#ECD6FA
9#F5EBFC
Tones
Muted variations
1#9C3CDD
2#9B45D4
3#994ECB
4#9757C2
5#955FB9
6#9368B0
7#9271A7
8#907A9E
9#8E8395
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 | E3C4 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD97 #CD97F2 | BordersInactive statesPlaceholder text |
| 400 | B460 #B460EB | Disabled statesSecondary iconsMuted text |
| 500 | 9E33 #9E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8219 #8219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6714 #67149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0E #4A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FD;
--orchid-100: #F0DFFB;
--orchid-200: #E3C4F8;
--orchid-300: #CD97F2;
--orchid-400: #B460EB;
--orchid-500: #9E33E6;
--orchid-600: #8219C8;
--orchid-700: #67149F;
--orchid-800: #4A0E71;
--orchid-900: #2F0949;
--orchid-950: #1D062D;
}