Orchid
#945AF2
PurpleColor Codes
All color formats for development
HEX
#945AF2RGB
rgb(148, 90, 242)HSL
hsl(263, 85%, 65%)OKLCH
oklch(0.609 0.217 297)CMYK
cmyk(39%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#803BEF
2#6C1DED
3#5D11D7
4#500FB8
5#420C99
6#350A7B
7#28075C
8#1B053D
9#0D021F
Tints
Lighter variations
1#9F6AF3
2#A97BF4
3#B48BF6
4#BF9CF7
5#CAACF8
6#D4BDFA
7#DFCDFB
8#EADEFC
9#F4EEFE
Tones
Muted variations
1#9661EA
2#9869E2
3#9971DB
4#9B78D3
5#9D80CC
6#9F87C4
7#A08FBD
8#A297B5
9#A49EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C2 #D7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B992 #B992F6 | BordersInactive statesPlaceholder text |
| 400 | 945A #945AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 752B #752BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A11 #5A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 480D #480DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330A #330A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2106 #21064B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EADEFC;
--orchid-200: #D7C2FA;
--orchid-300: #B992F6;
--orchid-400: #945AF2;
--orchid-500: #752BEE;
--orchid-600: #5A11D0;
--orchid-700: #480DA5;
--orchid-800: #330A76;
--orchid-900: #21064B;
--orchid-950: #14042F;
}