Orchid
#9354F8
PurpleColor Codes
All color formats for development
HEX
#9354F8RGB
rgb(147, 84, 248)HSL
hsl(263, 92%, 65%)OKLCH
oklch(0.604 0.232 296.4)CMYK
cmyk(41%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E34F7
2#6A14F5
3#5B09DF
4#4E08BF
5#41079F
6#34057F
7#27045F
8#1A0340
9#0D0120
Tints
Lighter variations
1#9D65F9
2#A876F9
3#B387FA
4#BE98FB
5#C9A9FB
6#D4BAFC
7#DECCFD
8#E9DDFE
9#F4EEFE
Tones
Muted variations
1#955CF0
2#9664E7
3#986CDF
4#9A74D7
5#9C7DCF
6#9E85C7
7#A08DBE
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 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFA | BordersInactive statesPlaceholder text |
| 400 | 9354 #9354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7423 #7423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5809 #5809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4607 #4607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3205 #32057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FE;
--orchid-100: #E9DDFE;
--orchid-200: #D7BFFC;
--orchid-300: #B88EFA;
--orchid-400: #9354F8;
--orchid-500: #7423F6;
--orchid-600: #5809D7;
--orchid-700: #4607AB;
--orchid-800: #32057A;
--orchid-900: #20034E;
--orchid-950: #140231;
}