Charcoal
#24262E
BlueColor Codes
All color formats for development
HEX
#24262ERGB
rgb(36, 38, 46)HSL
hsl(228, 12%, 16%)OKLCH
oklch(0.27 0.015 274.3)CMYK
cmyk(22%, 17%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202229
2#1D1E25
3#191B20
4#16171B
5#121317
6#0E0F12
7#0B0B0E
8#070809
9#040405
Tints
Lighter variations
1#373A46
2#4A4E5E
3#5C6176
4#6F758E
5#878CA1
6#9FA3B4
7#B7BAC6
8#CFD1D9
9#E7E8EC
Tones
Muted variations
1#24262D
2#25262D
3#25272C
4#26272C
5#26272B
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 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CB | BordersInactive statesPlaceholder text |
| 400 | 9B9F #9B9FB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E84 #7E849A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6368 #63687E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F53 #4F5364 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383B #383B47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262E | 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: #DADBE2;
--charcoal-300: #BDC0CB;
--charcoal-400: #9B9FB0;
--charcoal-500: #7E849A;
--charcoal-600: #63687E;
--charcoal-700: #4F5364;
--charcoal-800: #383B47;
--charcoal-900: #24262E;
--charcoal-950: #16181D;
}