Charcoal
#24375B
BlueColor Codes
All color formats for development
HEX
#24375BRGB
rgb(36, 55, 91)HSL
hsl(219, 43%, 25%)OKLCH
oklch(0.339 0.068 262.3)CMYK
cmyk(60%, 40%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213252
2#1D2C49
3#192740
4#162137
5#121C2E
6#0F1624
7#0B111B
8#070B12
9#040609
Tints
Lighter variations
1#2F4877
2#3A5992
3#4569AD
4#5B7DBE
5#7693C8
6#92A9D3
7#ADBEDE
8#C8D4E9
9#E4E9F4
Tones
Muted variations
1#273858
2#2A3956
3#2D3A53
4#2F3B50
5#323C4D
6#353C4B
7#383D48
8#3A3E45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7F9A #7F9ACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7D #5B7DBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4062 #4062A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334E #334E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2438 #24385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1724 #17243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EBF5;
--charcoal-200: #D0DAEC;
--charcoal-300: #ABBDDE;
--charcoal-400: #7F9ACC;
--charcoal-500: #5B7DBE;
--charcoal-600: #4062A0;
--charcoal-700: #334E80;
--charcoal-800: #24385B;
--charcoal-900: #17243A;
--charcoal-950: #0F1624;
}