Charcoal
#24252D
BlueColor Codes
All color formats for development
HEX
#24252DRGB
rgb(36, 37, 45)HSL
hsl(233, 11%, 16%)OKLCH
oklch(0.267 0.015 279.7)CMYK
cmyk(20%, 18%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212229
2#1D1E24
3#191A20
4#16161B
5#121317
6#0F0F12
7#0B0B0E
8#070709
9#040405
Tints
Lighter variations
1#373945
2#4A4D5D
3#5E6075
4#71748C
5#888BA0
6#A0A2B3
7#B8B9C6
8#CFD1D9
9#E7E8EC
Tones
Muted variations
1#25262D
2#25262C
3#26262C
4#26272B
5#27272B
6#27272B
7#27282A
8#28282A
9#282829
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 | DADB #DADBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCB | BordersInactive statesPlaceholder text |
| 400 | 9C9E #9C9EB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8083 #808399 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6467 #64677D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F52 #4F5263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393A #393A47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DADBE1;
--charcoal-300: #BEBFCB;
--charcoal-400: #9C9EB0;
--charcoal-500: #808399;
--charcoal-600: #64677D;
--charcoal-700: #4F5263;
--charcoal-800: #393A47;
--charcoal-900: #24252D;
--charcoal-950: #17171C;
}