Charcoal
#252D2D
CyanColor Codes
All color formats for development
HEX
#252D2DRGB
rgb(37, 45, 45)HSL
hsl(180, 10%, 16%)OKLCH
oklch(0.29 0.011 196.6)CMYK
cmyk(18%, 0%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212828
2#1D2424
3#1A1F1F
4#161B1B
5#121616
6#0F1212
7#0B0D0D
8#070909
9#040404
Tints
Lighter variations
1#384444
2#4B5C5C
3#5F7474
4#728B8B
5#899F9F
6#A1B2B2
7#B8C5C5
8#D0D8D8
9#E7ECEC
Tones
Muted variations
1#252C2C
2#262C2C
3#262C2C
4#262B2B
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 | 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;
}