Charcoal
#394646
CyanColor Codes
All color formats for development
HEX
#394646RGB
rgb(57, 70, 70)HSL
hsl(180, 10%, 25%)OKLCH
oklch(0.383 0.017 196.5)CMYK
cmyk(19%, 0%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343F3F
2#2E3838
3#283131
4#222A2A
5#1D2323
6#171C1C
7#111515
8#0B0E0E
9#060707
Tints
Lighter variations
1#4B5B5B
2#5C7070
3#6D8585
4#819898
5#96A9A9
6#ABBABA
7#C0CBCB
8#D5DDDD
9#EAEEEE
Tones
Muted variations
1#3A4545
2#3B4545
3#3B4444
4#3C4444
5#3D4343
6#3D4242
7#3E4242
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 | BECA #BECACA | BordersInactive statesPlaceholder text |
| 400 | 9DAF #9DAFAF | Disabled statesSecondary iconsMuted text |
| 500 | 8198 #819898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657B #657B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5062 #506262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3946 #394646 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252D #252D2D | 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: #BECACA;
--charcoal-400: #9DAFAF;
--charcoal-500: #819898;
--charcoal-600: #657B7B;
--charcoal-700: #506262;
--charcoal-800: #394646;
--charcoal-900: #252D2D;
--charcoal-950: #171C1C;
}