Charcoal
#24405C
BlueColor Codes
All color formats for development
HEX
#24405CRGB
rgb(36, 64, 92)HSL
hsl(210, 44%, 25%)OKLCH
oklch(0.363 0.06 249.8)CMYK
cmyk(61%, 30%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203953
2#1D3349
3#192D40
4#152637
5#12202E
6#0E1925
7#0B131C
8#070D12
9#040609
Tints
Lighter variations
1#2E5377
2#396693
3#4479AE
4#5A8CBF
5#759FC9
6#91B2D4
7#ACC6DF
8#C8D9EA
9#E3ECF4
Tones
Muted variations
1#274059
2#294056
3#2C4053
4#2F4051
5#32404E
6#35404B
7#374048
8#3A4045
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDE #CFDEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC4 #ABC4DE | BordersInactive statesPlaceholder text |
| 400 | 7EA6 #7EA6CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8C #5A8CBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F70 #3F70A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3259 #325981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2440 #24405C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1729 #17293B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF5;
--charcoal-200: #CFDEEC;
--charcoal-300: #ABC4DE;
--charcoal-400: #7EA6CD;
--charcoal-500: #5A8CBF;
--charcoal-600: #3F70A2;
--charcoal-700: #325981;
--charcoal-800: #24405C;
--charcoal-900: #17293B;
--charcoal-950: #0E1A25;
}