Charcoal
#24262D
BlueColor Codes
All color formats for development
HEX
#24262DRGB
rgb(36, 38, 45)HSL
hsl(227, 11%, 16%)OKLCH
oklch(0.27 0.013 272.9)CMYK
cmyk(20%, 16%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212229
2#1D1F24
3#191B20
4#16171B
5#121317
6#0F0F12
7#0B0B0E
8#070809
9#040405
Tints
Lighter variations
1#373A45
2#4A4E5D
3#5E6375
4#71778C
5#888DA0
6#A0A4B3
7#B8BBC6
8#CFD1D9
9#E7E8EC
Tones
Muted variations
1#25272D
2#25272C
3#26272C
4#26272B
5#27282B
6#27282B
7#27282A
8#28282A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC1 #BEC1CB | BordersInactive statesPlaceholder text |
| 400 | 9CA0 #9CA0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8085 #808599 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6469 #64697D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F54 #4F5463 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DADCE1;
--charcoal-300: #BEC1CB;
--charcoal-400: #9CA0B0;
--charcoal-500: #808599;
--charcoal-600: #64697D;
--charcoal-700: #4F5463;
--charcoal-800: #393C47;
--charcoal-900: #24262D;
--charcoal-950: #17181C;
}