Orchid
#A854F8
PurpleColor Codes
All color formats for development
HEX
#A854F8RGB
rgb(168, 84, 248)HSL
hsl(271, 92%, 65%)OKLCH
oklch(0.626 0.235 303.8)CMYK
cmyk(32%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9834F7
2#8814F5
3#7809DF
4#6608BF
5#55079F
6#44057F
7#33045F
8#220340
9#110120
Tints
Lighter variations
1#B165F9
2#BA76F9
3#C287FA
4#CB98FB
5#D4A9FB
6#DCBAFC
7#E5CCFD
8#EEDDFE
9#F6EEFE
Tones
Muted variations
1#A85CF0
2#A864E7
3#A86CDF
4#A774D7
5#A77DCF
6#A785C7
7#A78DBE
8#A695B6
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFA | BordersInactive statesPlaceholder text |
| 400 | A854 #A854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9023 #9023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7409 #7409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C07 #5C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4205 #42057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EEDDFE;
--orchid-200: #DFBFFC;
--orchid-300: #C68EFA;
--orchid-400: #A854F8;
--orchid-500: #9023F6;
--orchid-600: #7409D7;
--orchid-700: #5C07AB;
--orchid-800: #42057A;
--orchid-900: #2A034E;
--orchid-950: #1A0231;
}