Charcoal
#24074A
PurpleColor Codes
All color formats for development
HEX
#24074ARGB
rgb(36, 7, 74)HSL
hsl(266, 83%, 16%)OKLCH
oklch(0.231 0.112 295.7)CMYK
cmyk(51%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210643
2#1D063C
3#190534
4#16042D
5#120325
6#0F031E
7#0B0216
8#07010F
9#040107
Tints
Lighter variations
1#370B72
2#4A0E99
3#5D12C0
4#7016E7
5#883BED
6#A062F0
7#B889F4
8#CFB1F8
9#E7D8FB
Tones
Muted variations
1#250A47
2#250E44
3#261141
4#26143D
5#27183A
6#271B36
7#271F33
8#282230
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC2 #DAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE94 #BE94F5 | BordersInactive statesPlaceholder text |
| 400 | 9C5C #9C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 802D #802DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6413 #6413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0F #4F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390B #390B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2407 #24074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FE;
--charcoal-100: #EBDEFC;
--charcoal-200: #DAC2F9;
--charcoal-300: #BE94F5;
--charcoal-400: #9C5CF0;
--charcoal-500: #802DEB;
--charcoal-600: #6413CD;
--charcoal-700: #4F0FA3;
--charcoal-800: #390B75;
--charcoal-900: #24074B;
--charcoal-950: #17042F;
}