Charcoal
#24242D
BlueColor Codes
All color formats for development
HEX
#24242DRGB
rgb(36, 36, 45)HSL
hsl(240, 11%, 16%)OKLCH
oklch(0.264 0.017 285.2)CMYK
cmyk(20%, 20%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212129
2#1D1D24
3#191920
4#16161B
5#121217
6#0F0F12
7#0B0B0E
8#070709
9#040405
Tints
Lighter variations
1#373745
2#4A4A5D
3#5E5E75
4#71718C
5#8888A0
6#A0A0B3
7#B8B8C6
8#CFCFD9
9#E7E7EC
Tones
Muted variations
1#25252D
2#25252C
3#26262C
4#26262B
5#27272B
6#27272B
7#27272A
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 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECB | BordersInactive statesPlaceholder text |
| 400 | 9C9C #9C9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8080 #808099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6464 #64647D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242D | 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: #EBEBEF;
--charcoal-200: #DADAE1;
--charcoal-300: #BEBECB;
--charcoal-400: #9C9CB0;
--charcoal-500: #808099;
--charcoal-600: #64647D;
--charcoal-700: #4F4F63;
--charcoal-800: #393947;
--charcoal-900: #24242D;
--charcoal-950: #17171C;
}