Charcoal
#28064B
PurpleColor Codes
All color formats for development
HEX
#28064BRGB
rgb(40, 6, 75)HSL
hsl(270, 85%, 16%)OKLCH
oklch(0.236 0.114 299.4)CMYK
cmyk(47%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250644
2#21053C
3#1D0435
4#18042D
5#140326
6#10021E
7#0C0217
8#08010F
9#040108
Tints
Lighter variations
1#3E0973
2#540D9B
3#6910C2
4#7E13EA
5#9439EF
6#A960F2
7#BF88F5
8#D4B0F9
9#EAD7FC
Tones
Muted variations
1#290A48
2#290D45
3#291141
4#29143E
5#29173A
6#291B37
7#291E33
8#292230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C492 #C492F6 | BordersInactive statesPlaceholder text |
| 400 | A65A #A65AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2B #8C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7011 #7011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590D #590DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400A #400A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2906 #29064B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FE;
--charcoal-100: #EDDEFC;
--charcoal-200: #DEC2FA;
--charcoal-300: #C492F6;
--charcoal-400: #A65AF2;
--charcoal-500: #8C2BEE;
--charcoal-600: #7011D0;
--charcoal-700: #590DA5;
--charcoal-800: #400A76;
--charcoal-900: #29064B;
--charcoal-950: #1A042F;
}