Orchid
#9F5EED
PurpleColor Codes
All color formats for development
HEX
#9F5EEDRGB
rgb(159, 94, 237)HSL
hsl(267, 80%, 65%)OKLCH
oklch(0.622 0.208 301.5)CMYK
cmyk(33%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D41EA
2#7B23E7
3#6B17D1
4#5B14B3
5#4C1195
6#3D0D77
7#2E0A5A
8#1E073C
9#0F031E
Tints
Lighter variations
1#A86EEF
2#B27EF1
3#BC8FF3
4#C59FF4
5#CFAFF6
6#D8BFF8
7#E2CFFA
8#ECDFFB
9#F5EFFD
Tones
Muted variations
1#9F65E6
2#A06DDF
3#A174D8
4#A17BD1
5#A282C9
6#A389C2
7#A490BB
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 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC3 #DBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C095 #C095F3 | BordersInactive statesPlaceholder text |
| 400 | 9F5E #9F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 8330 #8330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6716 #6716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5212 #5212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0D #3B0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2608 #260849 | 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: #ECDFFB;
--orchid-200: #DBC3F8;
--orchid-300: #C095F3;
--orchid-400: #9F5EED;
--orchid-500: #8330E8;
--orchid-600: #6716CA;
--orchid-700: #5212A1;
--orchid-800: #3B0D73;
--orchid-900: #260849;
--orchid-950: #17052E;
}