Charcoal
#394546
CyanColor Codes
All color formats for development
HEX
#394546RGB
rgb(57, 69, 70)HSL
hsl(185, 10%, 25%)OKLCH
oklch(0.38 0.016 202.7)CMYK
cmyk(19%, 1%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343E3F
2#2E3738
3#283031
4#22292A
5#1D2323
6#171C1C
7#111515
8#0B0E0E
9#060707
Tints
Lighter variations
1#4B5A5B
2#5C6F70
3#6D8385
4#819698
5#96A7A9
6#ABB9BA
7#C0CACB
8#D5DCDD
9#EAEDEE
Tones
Muted variations
1#3A4545
2#3B4445
3#3B4344
4#3C4344
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 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC9 #BEC9CA | BordersInactive statesPlaceholder text |
| 400 | 9DAD #9DADAF | Disabled statesSecondary iconsMuted text |
| 500 | 8196 #819698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657A #657A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5061 #506162 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3945 #394546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DBE1E1;
--charcoal-300: #BEC9CA;
--charcoal-400: #9DADAF;
--charcoal-500: #819698;
--charcoal-600: #657A7B;
--charcoal-700: #506162;
--charcoal-800: #394546;
--charcoal-900: #252C2D;
--charcoal-950: #171C1C;
}