Charcoal
#34404B
BlueColor Codes
All color formats for development
HEX
#34404BRGB
rgb(52, 64, 75)HSL
hsl(209, 18%, 25%)OKLCH
oklch(0.365 0.025 246.2)CMYK
cmyk(31%, 15%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3A44
2#2A333C
3#252D35
4#1F262D
5#1A2026
6#151A1E
7#101317
8#0A0D0F
9#050608
Tints
Lighter variations
1#445362
2#546778
3#637A8F
4#788DA1
5#8EA0B1
6#A5B3C0
7#BBC6D0
8#D2D9E0
9#E8ECEF
Tones
Muted variations
1#35404A
2#374049
3#384048
4#394047
5#3A4045
6#3B4044
7#3C4043
8#3D4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC5 #BAC5CF | BordersInactive statesPlaceholder text |
| 400 | 96A6 #96A6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788D #788DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C71 #5C7184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495A #495A69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3440 #34404B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212930 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D8DEE4;
--charcoal-300: #BAC5CF;
--charcoal-400: #96A6B6;
--charcoal-500: #788DA1;
--charcoal-600: #5C7184;
--charcoal-700: #495A69;
--charcoal-800: #34404B;
--charcoal-900: #212930;
--charcoal-950: #151A1E;
}