Charcoal
#25282D
BlueColor Codes
All color formats for development
HEX
#25282DRGB
rgb(37, 40, 45)HSL
hsl(218, 10%, 16%)OKLCH
oklch(0.276 0.01 260.7)CMYK
cmyk(18%, 11%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212428
2#1D2024
3#1A1C1F
4#16181B
5#121416
6#0F1012
7#0B0C0D
8#070809
9#040404
Tints
Lighter variations
1#383D44
2#4B515C
3#5F6674
4#727B8B
5#89919F
6#A1A7B2
7#B8BDC5
8#D0D3D8
9#E7E9EC
Tones
Muted variations
1#25282C
2#26282C
3#26282C
4#26282B
5#27282B
6#27282A
7#28282A
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 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC3 #BEC3CA | BordersInactive statesPlaceholder text |
| 400 | 9DA3 #9DA3AF | Disabled statesSecondary iconsMuted text |
| 500 | 8189 #818998 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656D #656D7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5057 #505762 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393E #393E46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2528 #25282D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DBDDE1;
--charcoal-300: #BEC3CA;
--charcoal-400: #9DA3AF;
--charcoal-500: #818998;
--charcoal-600: #656D7B;
--charcoal-700: #505762;
--charcoal-800: #393E46;
--charcoal-900: #25282D;
--charcoal-950: #17191C;
}