Charcoal
#34474B
CyanColor Codes
All color formats for development
HEX
#34474BRGB
rgb(52, 71, 75)HSL
hsl(190, 18%, 25%)OKLCH
oklch(0.383 0.025 212)CMYK
cmyk(31%, 5%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4044
2#2A393C
3#253235
4#1F2B2D
5#1A2426
6#151D1E
7#101517
8#0A0E0F
9#050708
Tints
Lighter variations
1#445D62
2#547278
3#63888F
4#789AA1
5#8EABB1
6#A5BCC0
7#BBCDD0
8#D2DDE0
9#E8EEEF
Tones
Muted variations
1#35474A
2#374649
3#384548
4#394447
5#3A4445
6#3B4344
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 #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCF | BordersInactive statesPlaceholder text |
| 400 | 96B0 #96B0B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789A #789AA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7E #5C7E84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4964 #496469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3447 #34474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E30 | 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: #EAEFF0;
--charcoal-200: #D8E2E4;
--charcoal-300: #BACBCF;
--charcoal-400: #96B0B6;
--charcoal-500: #789AA1;
--charcoal-600: #5C7E84;
--charcoal-700: #496469;
--charcoal-800: #34474B;
--charcoal-900: #212E30;
--charcoal-950: #151D1E;
}