Charcoal
#24084A
PurpleColor Codes
All color formats for development
HEX
#24084ARGB
rgb(36, 8, 74)HSL
hsl(265, 80%, 16%)OKLCH
oklch(0.232 0.11 295.5)CMYK
cmyk(51%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200742
2#1C073B
3#190633
4#15052C
5#120425
6#0E031D
7#0B0216
8#07020F
9#040107
Tints
Lighter variations
1#360C70
2#481197
3#5B15BD
4#6E19E4
5#863EEA
6#9E65EE
7#B68BF2
8#CEB2F6
9#E7D8FB
Tones
Muted variations
1#240B46
2#240F43
3#251240
4#26153C
5#261839
6#271C36
7#271F33
8#28222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD95 #BD95F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5E #9A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 7D30 #7D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6116 #6116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D12 #4D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #230849 | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F1FD;
--charcoal-100: #EBDFFB;
--charcoal-200: #D9C3F8;
--charcoal-300: #BD95F3;
--charcoal-400: #9A5EED;
--charcoal-500: #7D30E8;
--charcoal-600: #6116CA;
--charcoal-700: #4D12A1;
--charcoal-800: #370D73;
--charcoal-900: #230849;
--charcoal-950: #16052E;
}