Charcoal
#24435C
BlueColor Codes
All color formats for development
HEX
#24435CRGB
rgb(36, 67, 92)HSL
hsl(207, 44%, 25%)OKLCH
oklch(0.371 0.057 244.5)CMYK
cmyk(61%, 27%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203C53
2#1D3549
3#192F40
4#152837
5#12212E
6#0E1B25
7#0B141C
8#070D12
9#040709
Tints
Lighter variations
1#2E5777
2#396A93
3#447EAE
4#5A91BF
5#75A4C9
6#91B6D4
7#ACC8DF
8#C8DAEA
9#E3EDF4
Tones
Muted variations
1#274259
2#294256
3#2C4253
4#2F4151
5#32414E
6#35414B
7#374148
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 | ABC7 #ABC7DE | BordersInactive statesPlaceholder text |
| 400 | 7EAA #7EAACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A91 #5A91BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F75 #3F75A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325D #325D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | 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: #ABC7DE;
--charcoal-400: #7EAACD;
--charcoal-500: #5A91BF;
--charcoal-600: #3F75A2;
--charcoal-700: #325D81;
--charcoal-800: #24435C;
--charcoal-900: #172B3B;
--charcoal-950: #0E1B25;
}