Orchid
#945BF1
PurpleColor Codes
All color formats for development
HEX
#945BF1RGB
rgb(148, 91, 241)HSL
hsl(263, 84%, 65%)OKLCH
oklch(0.609 0.215 297)CMYK
cmyk(39%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#803CEE
2#6D1EEB
3#5D13D5
4#5010B7
5#430D98
6#350B7A
7#28085B
8#1B053D
9#0D031E
Tints
Lighter variations
1#9F6BF2
2#AA7CF4
3#B48CF5
4#BF9CF6
5#CAADF8
6#D4BDF9
7#DFCEFB
8#EADEFC
9#F4EFFE
Tones
Muted variations
1#9662E9
2#986AE2
3#9A71DA
4#9B79D3
5#9D80CB
6#9F88C4
7#A18FBC
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 | B993 #B993F6 | BordersInactive statesPlaceholder text |
| 400 | 945B #945BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 762C #762CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A12 #5A12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 480E #480EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330A #330A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2107 #21074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | 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: #B993F6;
--orchid-400: #945BF1;
--orchid-500: #762CED;
--orchid-600: #5A12CE;
--orchid-700: #480EA4;
--orchid-800: #330A75;
--orchid-900: #21074B;
--orchid-950: #15042F;
}