Charcoal
#34414C
BlueColor Codes
All color formats for development
HEX
#34414CRGB
rgb(52, 65, 76)HSL
hsl(208, 19%, 25%)OKLCH
oklch(0.368 0.025 244.1)CMYK
cmyk(32%, 14%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3A44
2#29343D
3#242D35
4#1F272E
5#1A2026
6#151A1E
7#0F1317
8#0A0D0F
9#050608
Tints
Lighter variations
1#435463
2#536779
3#627B90
4#768EA2
5#8DA1B2
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 | B9C5 #B9C5CF | BordersInactive statesPlaceholder text |
| 400 | 95A7 #95A7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768E #768EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B72 #5B7286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485A #485A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414C | 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: #B9C5CF;
--charcoal-400: #95A7B7;
--charcoal-500: #768EA2;
--charcoal-600: #5B7286;
--charcoal-700: #485A6A;
--charcoal-800: #34414C;
--charcoal-900: #212931;
--charcoal-950: #151A1E;
}