Charcoal
#24245B
BlueColor Codes
All color formats for development
HEX
#24245BRGB
rgb(36, 36, 91)HSL
hsl(240, 43%, 25%)OKLCH
oklch(0.295 0.096 278.7)CMYK
cmyk(60%, 60%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212152
2#1D1D49
3#191940
4#161637
5#12122E
6#0F0F24
7#0B0B1B
8#070712
9#040409
Tints
Lighter variations
1#2F2F77
2#3A3A92
3#4545AD
4#5B5BBE
5#7676C8
6#9292D3
7#ADADDE
8#C8C8E9
9#E4E4F4
Tones
Muted variations
1#272758
2#2A2A56
3#2D2D53
4#2F2F50
5#32324D
6#35354B
7#383848
8#3A3A45
9#3D3D42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7F7F #7F7FCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B5B #5B5BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4040 #4040A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3333 #333380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2424 #24245B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F5;
--charcoal-200: #D0D0EC;
--charcoal-300: #ABABDE;
--charcoal-400: #7F7FCC;
--charcoal-500: #5B5BBE;
--charcoal-600: #4040A0;
--charcoal-700: #333380;
--charcoal-800: #24245B;
--charcoal-900: #17173A;
--charcoal-950: #0F0F24;
}