Charcoal
#23292E
BlueColor Codes
All color formats for development
HEX
#23292ERGB
rgb(35, 41, 46)HSL
hsl(207, 14%, 16%)OKLCH
oklch(0.277 0.013 243.3)CMYK
cmyk(24%, 11%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20252A
2#1C2125
3#191D21
4#15191C
5#121517
6#0E1113
7#0B0C0E
8#070809
9#040405
Tints
Lighter variations
1#363F47
2#48555F
3#5A6B78
4#6D8090
5#8595A3
6#9DABB5
7#B6C0C8
8#CED5DA
9#E7EAED
Tones
Muted variations
1#24292E
2#24292D
3#25292D
4#25292C
5#26292C
6#27292B
7#27292B
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 #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 99A7 #99A7B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8E #7C8E9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6072 #607280 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5A #4D5A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | 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: #EBEDF0;
--charcoal-200: #D9DEE2;
--charcoal-300: #BCC5CD;
--charcoal-400: #99A7B2;
--charcoal-500: #7C8E9C;
--charcoal-600: #607280;
--charcoal-700: #4D5A66;
--charcoal-800: #374149;
--charcoal-900: #23292F;
--charcoal-950: #161A1D;
}