Charcoal
#34484C
CyanColor Codes
All color formats for development
HEX
#34484CRGB
rgb(52, 72, 76)HSL
hsl(190, 19%, 25%)OKLCH
oklch(0.386 0.026 211.3)CMYK
cmyk(32%, 5%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4144
2#29393D
3#243235
4#1F2B2E
5#1A2426
6#151D1E
7#0F1617
8#0A0E0F
9#050708
Tints
Lighter variations
1#435D63
2#537379
3#628890
4#769BA2
5#8DABB2
6#A4BCC1
7#BBCDD1
8#D1DEE0
9#E8EEF0
Tones
Muted variations
1#35474B
2#364649
3#374548
4#384547
5#3A4446
6#3B4345
7#3C4243
8#3D4142
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CC #B9CCCF | BordersInactive statesPlaceholder text |
| 400 | 95B1 #95B1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769B #769BA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7E #5B7E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4865 #48656A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3448 #34484C | 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: #EAEFF1;
--charcoal-200: #D8E2E4;
--charcoal-300: #B9CCCF;
--charcoal-400: #95B1B7;
--charcoal-500: #769BA2;
--charcoal-600: #5B7E86;
--charcoal-700: #48656A;
--charcoal-800: #34484C;
--charcoal-900: #212E31;
--charcoal-950: #151D1E;
}