Charcoal
#24465C
BlueColor Codes
All color formats for development
HEX
#24465CRGB
rgb(36, 70, 92)HSL
hsl(204, 44%, 25%)OKLCH
oklch(0.379 0.055 238.9)CMYK
cmyk(61%, 24%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203E53
2#1D3749
3#193140
4#152A37
5#12232E
6#0E1C25
7#0B151C
8#070E12
9#040709
Tints
Lighter variations
1#2E5A77
2#396F93
3#4484AE
4#5A96BF
5#75A8C9
6#91B9D4
7#ACCBDF
8#C8DCEA
9#E3EEF4
Tones
Muted variations
1#274559
2#294456
3#2C4453
4#2F4351
5#32434E
6#35424B
7#374148
8#3A4145
9#3D4043
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 | CFE1 #CFE1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7EAE #7EAECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A96 #5A96BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7A #3F7AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3261 #326181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2445 #24455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #CFE1EC;
--charcoal-300: #ABCADE;
--charcoal-400: #7EAECD;
--charcoal-500: #5A96BF;
--charcoal-600: #3F7AA2;
--charcoal-700: #326181;
--charcoal-800: #24455C;
--charcoal-900: #172C3B;
--charcoal-950: #0E1C25;
}