Charcoal
#252C2D
CyanColor Codes
All color formats for development
HEX
#252C2DRGB
rgb(37, 44, 45)HSL
hsl(188, 10%, 16%)OKLCH
oklch(0.287 0.01 207.1)CMYK
cmyk(18%, 2%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212728
2#1D2324
3#1A1F1F
4#161A1B
5#121616
6#0F1212
7#0B0D0D
8#070909
9#040404
Tints
Lighter variations
1#384344
2#4B5A5C
3#5F7174
4#72888B
5#899C9F
6#A1B0B2
7#B8C3C5
8#D0D7D8
9#E7EBEC
Tones
Muted variations
1#252B2C
2#262B2C
3#262B2C
4#262B2B
5#272A2B
6#272A2A
7#282A2A
8#28292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC9 #BEC9CA | BordersInactive statesPlaceholder text |
| 400 | 9DAC #9DACAF | Disabled statesSecondary iconsMuted text |
| 500 | 8195 #819598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6578 #65787B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5060 #506062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3944 #394446 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DBE0E1;
--charcoal-300: #BEC9CA;
--charcoal-400: #9DACAF;
--charcoal-500: #819598;
--charcoal-600: #65787B;
--charcoal-700: #506062;
--charcoal-800: #394446;
--charcoal-900: #252C2D;
--charcoal-950: #171B1C;
}