Charcoal
#24345B
BlueColor Codes
All color formats for development
HEX
#24345BRGB
rgb(36, 52, 91)HSL
hsl(223, 43%, 25%)OKLCH
oklch(0.332 0.072 265.8)CMYK
cmyk(60%, 43%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212F52
2#1D2949
3#192440
4#161F37
5#121A2E
6#0F1524
7#0B101B
8#070A12
9#040509
Tints
Lighter variations
1#2F4377
2#3A5392
3#4563AD
4#5B77BE
5#768EC8
6#92A4D3
7#ADBBDE
8#C8D2E9
9#E4E8F4
Tones
Muted variations
1#273558
2#2A3656
3#2D3753
4#2F3950
5#323A4D
6#353B4B
7#383C48
8#3A3D45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB9 #ABB9DE | BordersInactive statesPlaceholder text |
| 400 | 7F95 #7F95CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B77 #5B77BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 405B #405BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3349 #334980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2434 #24345B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1721 #17213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EAF5;
--charcoal-200: #D0D8EC;
--charcoal-300: #ABB9DE;
--charcoal-400: #7F95CC;
--charcoal-500: #5B77BE;
--charcoal-600: #405BA0;
--charcoal-700: #334980;
--charcoal-800: #24345B;
--charcoal-900: #17213A;
--charcoal-950: #0F1524;
}