Charcoal
#34444B
BlueColor Codes
All color formats for development
HEX
#34444BRGB
rgb(52, 68, 75)HSL
hsl(198, 18%, 25%)OKLCH
oklch(0.376 0.024 226.4)CMYK
cmyk(31%, 9%, 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#1A2226
6#151B1E
7#101517
8#0A0E0F
9#050708
Tints
Lighter variations
1#445962
2#546D78
3#63828F
4#7895A1
5#8EA6B1
6#A5B8C0
7#BBCAD0
8#D2DCE0
9#E8EDEF
Tones
Muted variations
1#35444A
2#374349
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 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC9 #BAC9CF | BordersInactive statesPlaceholder text |
| 400 | 96AC #96ACB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7895 #7895A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C78 #5C7884 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4960 #496069 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D8E0E4;
--charcoal-300: #BAC9CF;
--charcoal-400: #96ACB6;
--charcoal-500: #7895A1;
--charcoal-600: #5C7884;
--charcoal-700: #496069;
--charcoal-800: #34444B;
--charcoal-900: #212C30;
--charcoal-950: #151B1E;
}