Charcoal
#24252E
BlueColor Codes
All color formats for development
HEX
#24252ERGB
rgb(36, 37, 46)HSL
hsl(234, 12%, 16%)OKLCH
oklch(0.267 0.017 280.2)CMYK
cmyk(22%, 20%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202129
2#1D1E25
3#191A20
4#16161B
5#121217
6#0E0F12
7#0B0B0E
8#070709
9#040405
Tints
Lighter variations
1#373846
2#4A4C5E
3#5C5F76
4#6F728E
5#878AA1
6#9FA1B4
7#B7B9C6
8#CFD0D9
9#E7E8EC
Tones
Muted variations
1#24252D
2#25262D
3#25262C
4#26262C
5#26272B
6#27272B
7#27282A
8#28282A
9#282829
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBF #BDBFCB | BordersInactive statesPlaceholder text |
| 400 | 9B9D #9B9DB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E81 #7E819A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6365 #63657E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F51 #4F5164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383A #383A47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEBEF;
--charcoal-200: #DADBE2;
--charcoal-300: #BDBFCB;
--charcoal-400: #9B9DB0;
--charcoal-500: #7E819A;
--charcoal-600: #63657E;
--charcoal-700: #4F5164;
--charcoal-800: #383A47;
--charcoal-900: #24252E;
--charcoal-950: #16171D;
}