Orchid
#9E54F8
PurpleColor Codes
All color formats for development
HEX
#9E54F8RGB
rgb(158, 84, 248)HSL
hsl(267, 92%, 65%)OKLCH
oklch(0.615 0.233 300.3)CMYK
cmyk(36%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B34F7
2#7914F5
3#6909DF
4#5A08BF
5#4B079F
6#3C057F
7#2D045F
8#1E0340
9#0F0120
Tints
Lighter variations
1#A765F9
2#B176F9
3#BB87FA
4#C598FB
5#CEA9FB
6#D8BAFC
7#E2CCFD
8#ECDDFE
9#F5EEFE
Tones
Muted variations
1#9E5CF0
2#9F64E7
3#A06CDF
4#A174D7
5#A27DCF
6#A285C7
7#A38DBE
8#A495B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFA | BordersInactive statesPlaceholder text |
| 400 | 9E54 #9E54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8223 #8223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6609 #6609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5107 #5107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A05 #3A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F0FE;
--orchid-100: #ECDDFE;
--orchid-200: #DBBFFC;
--orchid-300: #BF8EFA;
--orchid-400: #9E54F8;
--orchid-500: #8223F6;
--orchid-600: #6609D7;
--orchid-700: #5107AB;
--orchid-800: #3A057A;
--orchid-900: #25034E;
--orchid-950: #170231;
}