Charcoal
#24425C
BlueColor Codes
All color formats for development
HEX
#24425CRGB
rgb(36, 66, 92)HSL
hsl(208, 44%, 25%)OKLCH
oklch(0.368 0.058 246.3)CMYK
cmyk(61%, 28%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203B53
2#1D3449
3#192E40
4#152737
5#12212E
6#0E1A25
7#0B141C
8#070D12
9#040709
Tints
Lighter variations
1#2E5577
2#396993
3#447DAE
4#5A90BF
5#75A2C9
6#91B5D4
7#ACC7DF
8#C8DAEA
9#E3ECF4
Tones
Muted variations
1#274159
2#294156
3#2C4153
4#2F4151
5#32414E
6#35404B
7#374048
8#3A4045
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC6 #ABC6DE | BordersInactive statesPlaceholder text |
| 400 | 7EA8 #7EA8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A90 #5A90BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F73 #3F73A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325C #325C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172A #172A3B | 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: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #CFDFEC;
--charcoal-300: #ABC6DE;
--charcoal-400: #7EA8CD;
--charcoal-500: #5A90BF;
--charcoal-600: #3F73A2;
--charcoal-700: #325C81;
--charcoal-800: #24425C;
--charcoal-900: #172A3B;
--charcoal-950: #0E1A25;
}