Charcoal
#34474C
CyanColor Codes
All color formats for development
HEX
#34474CRGB
rgb(52, 71, 76)HSL
hsl(193, 19%, 25%)OKLCH
oklch(0.384 0.025 215.7)CMYK
cmyk(32%, 7%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4044
2#29383D
3#243135
4#1F2A2E
5#1A2326
6#151C1E
7#0F1517
8#0A0E0F
9#050708
Tints
Lighter variations
1#435C63
2#537179
3#628690
4#7699A2
5#8DAAB2
6#A4BBC1
7#BBCCD1
8#D1DDE0
9#E8EEF0
Tones
Muted variations
1#35464B
2#364549
3#374548
4#384447
5#3A4346
6#3B4245
7#3C4243
8#3D4142
9#3F4041
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 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBCF | BordersInactive statesPlaceholder text |
| 400 | 95AF #95AFB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7699 #7699A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7C #5B7C86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4863 #48636A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3447 #34474C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D8E1E4;
--charcoal-300: #B9CBCF;
--charcoal-400: #95AFB7;
--charcoal-500: #7699A2;
--charcoal-600: #5B7C86;
--charcoal-700: #48636A;
--charcoal-800: #34474C;
--charcoal-900: #212D31;
--charcoal-950: #151C1E;
}