Orchid
#9554F8
PurpleColor Codes
All color formats for development
HEX
#9554F8RGB
rgb(149, 84, 248)HSL
hsl(264, 92%, 65%)OKLCH
oklch(0.606 0.232 297.1)CMYK
cmyk(40%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8234F7
2#6E14F5
3#5F09DF
4#5108BF
5#44079F
6#36057F
7#29045F
8#1B0340
9#0E0120
Tints
Lighter variations
1#A065F9
2#AA76F9
3#B587FA
4#C098FB
5#CAA9FB
6#D5BAFC
7#DFCCFD
8#EADDFE
9#F4EEFE
Tones
Muted variations
1#975CF0
2#9964E7
3#9A6CDF
4#9C74D7
5#9E7DCF
6#9F85C7
7#A18DBE
8#A295B6
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8E #BA8EFA | BordersInactive statesPlaceholder text |
| 400 | 9554 #9554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7723 #7723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C09 #5C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4907 #4907AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3405 #34057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034E | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FE;
--orchid-100: #EADDFE;
--orchid-200: #D8BFFC;
--orchid-300: #BA8EFA;
--orchid-400: #9554F8;
--orchid-500: #7723F6;
--orchid-600: #5C09D7;
--orchid-700: #4907AB;
--orchid-800: #34057A;
--orchid-900: #21034E;
--orchid-950: #150231;
}