Charcoal
#252A2D
BlueColor Codes
All color formats for development
HEX
#252A2DRGB
rgb(37, 42, 45)HSL
hsl(203, 10%, 16%)OKLCH
oklch(0.281 0.009 234)CMYK
cmyk(18%, 7%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212628
2#1D2124
3#1A1D1F
4#16191B
5#121516
6#0F1112
7#0B0D0D
8#070809
9#040404
Tints
Lighter variations
1#384044
2#4B565C
3#5F6C74
4#72818B
5#89969F
6#A1ABB2
7#B8C0C5
8#D0D5D8
9#E7EAEC
Tones
Muted variations
1#252A2C
2#262A2C
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 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC6 #BEC6CA | BordersInactive statesPlaceholder text |
| 400 | 9DA8 #9DA8AF | Disabled statesSecondary iconsMuted text |
| 500 | 818F #818F98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6573 #65737B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505B #505B62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | 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: #F7F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DBDFE1;
--charcoal-300: #BEC6CA;
--charcoal-400: #9DA8AF;
--charcoal-500: #818F98;
--charcoal-600: #65737B;
--charcoal-700: #505B62;
--charcoal-800: #394146;
--charcoal-900: #252A2D;
--charcoal-950: #171A1C;
}