Orchid
#9B54F8
PurpleColor Codes
All color formats for development
HEX
#9B54F8RGB
rgb(155, 84, 248)HSL
hsl(266, 92%, 65%)OKLCH
oklch(0.612 0.233 299.3)CMYK
cmyk(38%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8834F7
2#7614F5
3#6609DF
4#5708BF
5#49079F
6#3A057F
7#2C045F
8#1D0340
9#0F0120
Tints
Lighter variations
1#A565F9
2#AF76F9
3#B987FA
4#C398FB
5#CDA9FB
6#D7BAFC
7#E1CCFD
8#EBDDFE
9#F5EEFE
Tones
Muted variations
1#9C5CF0
2#9D64E7
3#9E6CDF
4#9F74D7
5#A07DCF
6#A185C7
7#A28DBE
8#A495B6
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFA | BordersInactive statesPlaceholder text |
| 400 | 9B54 #9B54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7E23 #7E23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6209 #6209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E07 #4E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3805 #38057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034E | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FE;
--orchid-100: #EBDDFE;
--orchid-200: #DABFFC;
--orchid-300: #BD8EFA;
--orchid-400: #9B54F8;
--orchid-500: #7E23F6;
--orchid-600: #6209D7;
--orchid-700: #4E07AB;
--orchid-800: #38057A;
--orchid-900: #24034E;
--orchid-950: #160231;
}