Charcoal
#24272E
BlueColor Codes
All color formats for development
HEX
#24272ERGB
rgb(36, 39, 46)HSL
hsl(222, 12%, 16%)OKLCH
oklch(0.273 0.014 267.1)CMYK
cmyk(22%, 15%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202329
2#1D1F25
3#191B20
4#16171B
5#121317
6#0E1012
7#0B0C0E
8#070809
9#040405
Tints
Lighter variations
1#373B46
2#4A505E
3#5C6476
4#6F788E
5#878FA1
6#9FA5B4
7#B7BCC6
8#CFD2D9
9#E7E9EC
Tones
Muted variations
1#24272D
2#25272D
3#25272C
4#26282C
5#26282B
6#27282B
7#27282A
8#28282A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC2 #BDC2CB | BordersInactive statesPlaceholder text |
| 400 | 9BA1 #9BA1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E87 #7E879A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636B #636B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F55 #4F5564 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383D #383D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DADCE2;
--charcoal-300: #BDC2CB;
--charcoal-400: #9BA1B0;
--charcoal-500: #7E879A;
--charcoal-600: #636B7E;
--charcoal-700: #4F5564;
--charcoal-800: #383D47;
--charcoal-900: #24272E;
--charcoal-950: #16181D;
}