Charcoal
#240849
PurpleColor Codes
All color formats for development
HEX
#240849RGB
rgb(36, 8, 73)HSL
hsl(266, 80%, 16%)OKLCH
oklch(0.231 0.109 296)CMYK
cmyk(51%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210742
2#1D073B
3#1A0633
4#16052C
5#120425
6#0F031D
7#0B0216
8#07020F
9#040107
Tints
Lighter variations
1#380C70
2#4B1197
3#5E15BD
4#7119E4
5#883EEA
6#A065EE
7#B88BF2
8#D0B2F6
9#E7D8FB
Tones
Muted variations
1#250B46
2#250F43
3#261240
4#26153C
5#271839
6#271C36
7#271F33
8#28222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE95 #BE95F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5E #9C5EED | Disabled statesSecondary iconsMuted text |
| 500 | 8030 #8030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6416 #6416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5012 #5012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2408 #240849 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FD;
--charcoal-100: #EBDFFB;
--charcoal-200: #DAC3F8;
--charcoal-300: #BE95F3;
--charcoal-400: #9C5EED;
--charcoal-500: #8030E8;
--charcoal-600: #6416CA;
--charcoal-700: #5012A1;
--charcoal-800: #390D73;
--charcoal-900: #240849;
--charcoal-950: #17052E;
}