Charcoal
#252C2C
GrayColor Codes
All color formats for development
HEX
#252C2CRGB
rgb(37, 44, 44)HSL
hsl(180, 9%, 16%)OKLCH
oklch(0.286 0.01 196.6)CMYK
cmyk(16%, 0%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212828
2#1E2424
3#1A1F1F
4#161B1B
5#131616
6#0F1212
7#0B0D0D
8#070909
9#040404
Tints
Lighter variations
1#394444
2#4C5B5B
3#607373
4#738A8A
5#8A9E9E
6#A2B1B1
7#B9C5C5
8#D0D8D8
9#E8ECEC
Tones
Muted variations
1#252C2C
2#262C2C
3#262B2B
4#272B2B
5#272B2B
6#272A2A
7#282A2A
8#282A2A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEF #ECEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFCA #BFCACA | BordersInactive statesPlaceholder text |
| 400 | 9EAE #9EAEAE | Disabled statesSecondary iconsMuted text |
| 500 | 8297 #829797 | Primary brand colorCTAsActive elementsLinks |
| 600 | 667A #667A7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5161 #516161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A45 #3A4545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2C | 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: #ECEFEF;
--charcoal-200: #DBE1E1;
--charcoal-300: #BFCACA;
--charcoal-400: #9EAEAE;
--charcoal-500: #829797;
--charcoal-600: #667A7A;
--charcoal-700: #516161;
--charcoal-800: #3A4545;
--charcoal-900: #252C2C;
--charcoal-950: #171C1C;
}