Charcoal
#34494B
CyanColor Codes
All color formats for development
HEX
#34494BRGB
rgb(52, 73, 75)HSL
hsl(185, 18%, 25%)OKLCH
oklch(0.389 0.026 203.5)CMYK
cmyk(31%, 3%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4244
2#2A3B3C
3#253335
4#1F2C2D
5#1A2526
6#151D1E
7#101617
8#0A0F0F
9#050708
Tints
Lighter variations
1#445F62
2#547578
3#638B8F
4#789DA1
5#8EAEB1
6#A5BEC0
7#BBCED0
8#D2DEE0
9#E8EFEF
Tones
Muted variations
1#35484A
2#374749
3#384648
4#394547
5#3A4545
6#3B4444
7#3C4343
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 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACD #BACDCF | BordersInactive statesPlaceholder text |
| 400 | 96B3 #96B3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789D #789DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C81 #5C8184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4967 #496769 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | 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: #EAF0F0;
--charcoal-200: #D8E3E4;
--charcoal-300: #BACDCF;
--charcoal-400: #96B3B6;
--charcoal-500: #789DA1;
--charcoal-600: #5C8184;
--charcoal-700: #496769;
--charcoal-800: #34494B;
--charcoal-900: #212F30;
--charcoal-950: #151D1E;
}