Charcoal
#34494C
CyanColor Codes
All color formats for development
HEX
#34494CRGB
rgb(52, 73, 76)HSL
hsl(188, 19%, 25%)OKLCH
oklch(0.389 0.027 207.1)CMYK
cmyk(32%, 4%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4144
2#293A3D
3#243335
4#1F2C2E
5#1A2426
6#151D1E
7#0F1617
8#0A0F0F
9#050708
Tints
Lighter variations
1#435E63
2#537479
3#628A90
4#769CA2
5#8DADB2
6#A4BDC1
7#BBCED1
8#D1DEE0
9#E8EFF0
Tones
Muted variations
1#35484B
2#364749
3#374648
4#384547
5#3A4446
6#3B4345
7#3C4243
8#3D4242
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDCF | BordersInactive statesPlaceholder text |
| 400 | 95B2 #95B2B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769C #769CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B80 #5B8086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4866 #48666A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAF0F1;
--charcoal-200: #D8E2E4;
--charcoal-300: #B9CDCF;
--charcoal-400: #95B2B7;
--charcoal-500: #769CA2;
--charcoal-600: #5B8086;
--charcoal-700: #48666A;
--charcoal-800: #34494C;
--charcoal-900: #212E31;
--charcoal-950: #151D1E;
}