Charcoal
#394446
CyanColor Codes
All color formats for development
HEX
#394446RGB
rgb(57, 68, 70)HSL
hsl(189, 10%, 25%)OKLCH
oklch(0.378 0.015 209.8)CMYK
cmyk(19%, 3%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343D3F
2#2E3738
3#283031
4#22292A
5#1D2223
6#171B1C
7#111415
8#0B0E0E
9#060707
Tints
Lighter variations
1#4B595B
2#5C6D70
3#6D8285
4#819498
5#96A6A9
6#ABB8BA
7#C0CACB
8#D5DBDD
9#EAEDEE
Tones
Muted variations
1#3A4445
2#3B4345
3#3B4344
4#3C4244
5#3D4243
6#3D4242
7#3E4142
8#3E4141
9#3F4040
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC8 #BEC8CA | BordersInactive statesPlaceholder text |
| 400 | 9DAC #9DACAF | Disabled statesSecondary iconsMuted text |
| 500 | 8194 #819498 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6578 #65787B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505F #505F62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3944 #394446 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DBE0E1;
--charcoal-300: #BEC8CA;
--charcoal-400: #9DACAF;
--charcoal-500: #819498;
--charcoal-600: #65787B;
--charcoal-700: #505F62;
--charcoal-800: #394446;
--charcoal-900: #252C2D;
--charcoal-950: #171B1C;
}