Charcoal
#394346
CyanColor Codes
All color formats for development
HEX
#394346RGB
rgb(57, 67, 70)HSL
hsl(194, 10%, 25%)OKLCH
oklch(0.375 0.014 217.8)CMYK
cmyk(19%, 4%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343C3F
2#2E3638
3#282F31
4#22282A
5#1D2223
6#171B1C
7#111415
8#0B0D0E
9#060707
Tints
Lighter variations
1#4B575B
2#5C6B70
3#6D8085
4#819298
5#96A4A9
6#ABB7BA
7#C0C9CB
8#D5DBDD
9#EAEDEE
Tones
Muted variations
1#3A4345
2#3B4245
3#3B4244
4#3C4244
5#3D4143
6#3D4142
7#3E4142
8#3E4041
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 | BEC7 #BEC7CA | BordersInactive statesPlaceholder text |
| 400 | 9DAB #9DABAF | Disabled statesSecondary iconsMuted text |
| 500 | 8192 #819298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6576 #65767B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505E #505E62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3943 #394346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2D | 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: #BEC7CA;
--charcoal-400: #9DABAF;
--charcoal-500: #819298;
--charcoal-600: #65767B;
--charcoal-700: #505E62;
--charcoal-800: #394346;
--charcoal-900: #252B2D;
--charcoal-950: #171B1C;
}