Charcoal
#34404C
BlueColor Codes
All color formats for development
HEX
#34404CRGB
rgb(52, 64, 76)HSL
hsl(210, 19%, 25%)OKLCH
oklch(0.366 0.026 248.5)CMYK
cmyk(32%, 16%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3944
2#29333D
3#242D35
4#1F262E
5#1A2026
6#15191E
7#0F1317
8#0A0D0F
9#050608
Tints
Lighter variations
1#435363
2#536679
3#627990
4#768CA2
5#8D9FB2
6#A4B3C1
7#BBC6D1
8#D1D9E0
9#E8ECF0
Tones
Muted variations
1#35404B
2#364049
3#374048
4#384047
5#3A4046
6#3B4045
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 #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4CF | BordersInactive statesPlaceholder text |
| 400 | 95A6 #95A6B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768C #768CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B70 #5B7086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4859 #48596A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3440 #34404C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | 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: #EAEDF1;
--charcoal-200: #D8DEE4;
--charcoal-300: #B9C4CF;
--charcoal-400: #95A6B7;
--charcoal-500: #768CA2;
--charcoal-600: #5B7086;
--charcoal-700: #48596A;
--charcoal-800: #34404C;
--charcoal-900: #212931;
--charcoal-950: #151A1E;
}