Charcoal
#24425B
BlueColor Codes
All color formats for development
HEX
#24425BRGB
rgb(36, 66, 91)HSL
hsl(207, 43%, 25%)OKLCH
oklch(0.368 0.056 245.3)CMYK
cmyk(60%, 27%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213C52
2#1D3549
3#192F40
4#162837
5#12212E
6#0F1B24
7#0B141B
8#070D12
9#040709
Tints
Lighter variations
1#2F5677
2#3A6A92
3#457EAD
4#5B91BE
5#76A3C8
6#92B6D3
7#ADC8DE
8#C8DAE9
9#E4EDF4
Tones
Muted variations
1#274258
2#2A4256
3#2D4253
4#2F4150
5#32414D
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 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC7 #ABC7DE | BordersInactive statesPlaceholder text |
| 400 | 7FAA #7FAACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B91 #5B91BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4075 #4075A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335D #335D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425B | 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: #D0DFEC;
--charcoal-300: #ABC7DE;
--charcoal-400: #7FAACC;
--charcoal-500: #5B91BE;
--charcoal-600: #4075A0;
--charcoal-700: #335D80;
--charcoal-800: #24425B;
--charcoal-900: #172B3A;
--charcoal-950: #0F1B24;
}