Charcoal
#24435B
BlueColor Codes
All color formats for development
HEX
#24435BRGB
rgb(36, 67, 91)HSL
hsl(206, 43%, 25%)OKLCH
oklch(0.37 0.056 243.4)CMYK
cmyk(60%, 26%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213D52
2#1D3649
3#192F40
4#162837
5#12222E
6#0F1B24
7#0B141B
8#070D12
9#040709
Tints
Lighter variations
1#2F5877
2#3A6C92
3#4580AD
4#5B93BE
5#76A5C8
6#92B7D3
7#ADC9DE
8#C8DBE9
9#E4EDF4
Tones
Muted variations
1#274358
2#2A4356
3#2D4253
4#2F4250
5#32424D
6#35414B
7#384148
8#3A4045
9#3D4042
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 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC8 #ABC8DE | BordersInactive statesPlaceholder text |
| 400 | 7FAB #7FABCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B93 #5B93BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4077 #4077A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335E #335E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #D0E0EC;
--charcoal-300: #ABC8DE;
--charcoal-400: #7FABCC;
--charcoal-500: #5B93BE;
--charcoal-600: #4077A0;
--charcoal-700: #335E80;
--charcoal-800: #24435B;
--charcoal-900: #172B3A;
--charcoal-950: #0F1B24;
}