Charcoal
#24282E
BlueColor Codes
All color formats for development
HEX
#24282ERGB
rgb(36, 40, 46)HSL
hsl(216, 12%, 16%)OKLCH
oklch(0.275 0.013 258.4)CMYK
cmyk(22%, 13%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202429
2#1D2025
3#191C20
4#16181B
5#121417
6#0E1012
7#0B0C0E
8#070809
9#040405
Tints
Lighter variations
1#373D46
2#4A525E
3#5C6776
4#6F7B8E
5#8791A1
6#9FA7B4
7#B7BDC6
8#CFD3D9
9#E7E9EC
Tones
Muted variations
1#24282D
2#25282D
3#25282C
4#26282C
5#26282B
6#27282B
7#27292A
8#28292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC3 #BDC3CB | BordersInactive statesPlaceholder text |
| 400 | 9BA4 #9BA4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E89 #7E899A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636E #636E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F57 #4F5764 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383E #383E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DADDE2;
--charcoal-300: #BDC3CB;
--charcoal-400: #9BA4B0;
--charcoal-500: #7E899A;
--charcoal-600: #636E7E;
--charcoal-700: #4F5764;
--charcoal-800: #383E47;
--charcoal-900: #24282E;
--charcoal-950: #16191D;
}