Charcoal
#25292D
BlueColor Codes
All color formats for development
HEX
#25292DRGB
rgb(37, 41, 45)HSL
hsl(210, 10%, 16%)OKLCH
oklch(0.279 0.009 248.2)CMYK
cmyk(18%, 9%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212528
2#1D2124
3#1A1D1F
4#16181B
5#121416
6#0F1012
7#0B0C0D
8#070809
9#040404
Tints
Lighter variations
1#383E44
2#4B545C
3#5F6974
4#727E8B
5#89949F
6#A1A9B2
7#B8BFC5
8#D0D4D8
9#E7EAEC
Tones
Muted variations
1#25292C
2#26292C
3#26292C
4#26292B
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 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC4 #BEC4CA | BordersInactive statesPlaceholder text |
| 400 | 9DA6 #9DA6AF | Disabled statesSecondary iconsMuted text |
| 500 | 818C #818C98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6570 #65707B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5059 #505962 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292D | 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: #EBEDEF;
--charcoal-200: #DBDEE1;
--charcoal-300: #BEC4CA;
--charcoal-400: #9DA6AF;
--charcoal-500: #818C98;
--charcoal-600: #65707B;
--charcoal-700: #505962;
--charcoal-800: #394046;
--charcoal-900: #25292D;
--charcoal-950: #171A1C;
}