Charcoal
#24475C
BlueColor Codes
All color formats for development
HEX
#24475CRGB
rgb(36, 71, 92)HSL
hsl(203, 44%, 25%)OKLCH
oklch(0.381 0.054 236.9)CMYK
cmyk(61%, 23%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203F53
2#1D3849
3#193140
4#152A37
5#12232E
6#0E1C25
7#0B151C
8#070E12
9#040709
Tints
Lighter variations
1#2E5B77
2#397093
3#4486AE
4#5A98BF
5#75A9C9
6#91BAD4
7#ACCCDF
8#C8DDEA
9#E3EEF4
Tones
Muted variations
1#274659
2#294556
3#2C4453
4#2F4451
5#32434E
6#35424B
7#374248
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 | 7EAF #7EAFCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A98 #5A98BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7C #3F7CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3262 #326281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2446 #24465C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172D #172D3B | 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: #7EAFCD;
--charcoal-500: #5A98BF;
--charcoal-600: #3F7CA2;
--charcoal-700: #326281;
--charcoal-800: #24465C;
--charcoal-900: #172D3B;
--charcoal-950: #0E1C25;
}