Charcoal
#25252C
GrayColor Codes
All color formats for development
HEX
#25252CRGB
rgb(37, 37, 44)HSL
hsl(240, 9%, 16%)OKLCH
oklch(0.267 0.013 285.5)CMYK
cmyk(16%, 16%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212128
2#1E1E24
3#1A1A1F
4#16161B
5#131316
6#0F0F12
7#0B0B0D
8#070709
9#040404
Tints
Lighter variations
1#393944
2#4C4C5B
3#606073
4#73738A
5#8A8A9E
6#A2A2B1
7#B9B9C5
8#D0D0D8
9#E8E8EC
Tones
Muted variations
1#25252C
2#26262C
3#26262B
4#27272B
5#27272B
6#27272A
7#28282A
8#28282A
9#282829
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFBF #BFBFCA | BordersInactive statesPlaceholder text |
| 400 | 9E9E #9E9EAE | Disabled statesSecondary iconsMuted text |
| 500 | 8282 #828297 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6666 #66667A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5151 #515161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3A #3A3A45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252C | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #ECECEF;
--charcoal-200: #DBDBE1;
--charcoal-300: #BFBFCA;
--charcoal-400: #9E9EAE;
--charcoal-500: #828297;
--charcoal-600: #66667A;
--charcoal-700: #515161;
--charcoal-800: #3A3A45;
--charcoal-900: #25252C;
--charcoal-950: #17171C;
}