Charcoal
#24242E
BlueColor Codes
All color formats for development
HEX
#24242ERGB
rgb(36, 36, 46)HSL
hsl(240, 12%, 16%)OKLCH
oklch(0.265 0.019 285.1)CMYK
cmyk(22%, 22%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202029
2#1D1D25
3#191920
4#16161B
5#121217
6#0E0E12
7#0B0B0E
8#070709
9#040405
Tints
Lighter variations
1#373746
2#4A4A5E
3#5C5C76
4#6F6F8E
5#8787A1
6#9F9FB4
7#B7B7C6
8#CFCFD9
9#E7E7EC
Tones
Muted variations
1#24242D
2#25252D
3#25252C
4#26262C
5#26262B
6#27272B
7#27272A
8#28282A
9#282829
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBD #BDBDCB | BordersInactive statesPlaceholder text |
| 400 | 9B9B #9B9BB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E7E #7E7E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6363 #63637E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3838 #383847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F8;
--charcoal-100: #EBEBEF;
--charcoal-200: #DADAE2;
--charcoal-300: #BDBDCB;
--charcoal-400: #9B9BB0;
--charcoal-500: #7E7E9A;
--charcoal-600: #63637E;
--charcoal-700: #4F4F64;
--charcoal-800: #383847;
--charcoal-900: #24242E;
--charcoal-950: #16161D;
}