Charcoal
#24465B
BlueColor Codes
All color formats for development
HEX
#24465BRGB
rgb(36, 70, 91)HSL
hsl(203, 43%, 25%)OKLCH
oklch(0.378 0.054 237.6)CMYK
cmyk(60%, 23%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213F52
2#1D3849
3#193140
4#162A37
5#12232E
6#0F1C24
7#0B151B
8#070E12
9#040709
Tints
Lighter variations
1#2F5B77
2#3A7092
3#4585AD
4#5B98BE
5#76A9C8
6#92BAD3
7#ADCBDE
8#C8DDE9
9#E4EEF4
Tones
Muted variations
1#274658
2#2A4556
3#2D4453
4#2F4450
5#32434D
6#35424B
7#384248
8#3A4145
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7FAF #7FAFCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B98 #5B98BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 407B #407BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3362 #336280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2446 #24465B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172D #172D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #D0E1EC;
--charcoal-300: #ABCADE;
--charcoal-400: #7FAFCC;
--charcoal-500: #5B98BE;
--charcoal-600: #407BA0;
--charcoal-700: #336280;
--charcoal-800: #24465B;
--charcoal-900: #172D3A;
--charcoal-950: #0F1C24;
}