Charcoal
#34454B
BlueColor Codes
All color formats for development
HEX
#34454BRGB
rgb(52, 69, 75)HSL
hsl(196, 18%, 25%)OKLCH
oklch(0.378 0.024 221.5)CMYK
cmyk(31%, 8%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3E44
2#2A373C
3#253035
4#1F292D
5#1A2326
6#151C1E
7#101517
8#0A0E0F
9#050708
Tints
Lighter variations
1#445A62
2#546F78
3#63838F
4#7896A1
5#8EA7B1
6#A5B9C0
7#BBCAD0
8#D2DCE0
9#E8EDEF
Tones
Muted variations
1#35454A
2#374449
3#384348
4#394347
5#3A4245
6#3B4244
7#3C4143
8#3D4142
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC9 #BAC9CF | BordersInactive statesPlaceholder text |
| 400 | 96AD #96ADB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7896 #7896A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7A #5C7A84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4961 #496169 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E1E4;
--charcoal-300: #BAC9CF;
--charcoal-400: #96ADB6;
--charcoal-500: #7896A1;
--charcoal-600: #5C7A84;
--charcoal-700: #496169;
--charcoal-800: #34454B;
--charcoal-900: #212C30;
--charcoal-950: #151C1E;
}