Charcoal
#24445B
BlueColor Codes
All color formats for development
HEX
#24445BRGB
rgb(36, 68, 91)HSL
hsl(205, 43%, 25%)OKLCH
oklch(0.373 0.055 241.5)CMYK
cmyk(60%, 25%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213D52
2#1D3749
3#193040
4#162937
5#12222E
6#0F1B24
7#0B141B
8#070E12
9#040709
Tints
Lighter variations
1#2F5977
2#3A6D92
3#4582AD
4#5B94BE
5#76A6C8
6#92B8D3
7#ADCADE
8#C8DBE9
9#E4EDF4
Tones
Muted variations
1#274458
2#2A4356
3#2D4353
4#2F4250
5#32424D
6#35424B
7#384148
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 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC9 #ABC9DE | BordersInactive statesPlaceholder text |
| 400 | 7FAC #7FACCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B94 #5B94BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4078 #4078A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3360 #336080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2444 #24445B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3A | 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: #ABC9DE;
--charcoal-400: #7FACCC;
--charcoal-500: #5B94BE;
--charcoal-600: #4078A0;
--charcoal-700: #336080;
--charcoal-800: #24445B;
--charcoal-900: #172C3A;
--charcoal-950: #0F1B24;
}