Charcoal
#24292E
BlueColor Codes
All color formats for development
HEX
#24292ERGB
rgb(36, 41, 46)HSL
hsl(210, 12%, 16%)OKLCH
oklch(0.278 0.012 248.2)CMYK
cmyk(22%, 11%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202529
2#1D2125
3#191D20
4#16181B
5#121417
6#0E1012
7#0B0C0E
8#070809
9#040405
Tints
Lighter variations
1#373E46
2#4A545E
3#5C6976
4#6F7E8E
5#8794A1
6#9FA9B4
7#B7BFC6
8#CFD4D9
9#E7EAEC
Tones
Muted variations
1#24292D
2#25292D
3#25292C
4#26292C
5#26292B
6#27292B
7#27292A
8#28292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC4 #BDC4CB | BordersInactive statesPlaceholder text |
| 400 | 9BA6 #9BA6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8C #7E8C9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6370 #63707E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F59 #4F5964 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3840 #384047 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DADEE2;
--charcoal-300: #BDC4CB;
--charcoal-400: #9BA6B0;
--charcoal-500: #7E8C9A;
--charcoal-600: #63707E;
--charcoal-700: #4F5964;
--charcoal-800: #384047;
--charcoal-900: #24292E;
--charcoal-950: #161A1D;
}