Charcoal
#25292C
GrayColor Codes
All color formats for development
HEX
#25292CRGB
rgb(37, 41, 44)HSL
hsl(206, 9%, 16%)OKLCH
oklch(0.278 0.008 240.1)CMYK
cmyk(16%, 7%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212528
2#1E2124
3#1A1D1F
4#16191B
5#131516
6#0F1112
7#0B0C0D
8#070809
9#040404
Tints
Lighter variations
1#393F44
2#4C555B
3#606A73
4#73808A
5#8A959E
6#A2AAB1
7#B9C0C5
8#D0D5D8
9#E8EAEC
Tones
Muted variations
1#25292C
2#26292C
3#26292B
4#27292B
5#27292B
6#27292A
7#28292A
8#28292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECED #ECEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC5 #BFC5CA | BordersInactive statesPlaceholder text |
| 400 | 9EA7 #9EA7AE | Disabled statesSecondary iconsMuted text |
| 500 | 828E #828E97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6672 #66727A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515A #515A61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A41 #3A4145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292C | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #ECEDEF;
--charcoal-200: #DBDEE1;
--charcoal-300: #BFC5CA;
--charcoal-400: #9EA7AE;
--charcoal-500: #828E97;
--charcoal-600: #66727A;
--charcoal-700: #515A61;
--charcoal-800: #3A4145;
--charcoal-900: #25292C;
--charcoal-950: #171A1C;
}