Charcoal
#22292F
BlueColor Codes
All color formats for development
HEX
#22292FRGB
rgb(34, 41, 47)HSL
hsl(208, 16%, 16%)OKLCH
oklch(0.277 0.015 244.2)CMYK
cmyk(28%, 13%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F252B
2#1B2126
3#181D21
4#15191C
5#111518
6#0E1013
7#0A0C0E
8#070809
9#030405
Tints
Lighter variations
1#343F48
2#465561
3#586A7A
4#6A8093
5#8395A5
6#9CAAB7
7#B4BFC9
8#CDD5DB
9#E6EAED
Tones
Muted variations
1#23292F
2#24292E
3#24292D
4#25292D
5#26292C
6#26292B
7#27292B
8#27292A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC5 #BBC5CE | BordersInactive statesPlaceholder text |
| 400 | 97A7 #97A7B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8D #7A8D9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E71 #5E7182 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5A #4B5A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3640 #36404A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #22292F | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DEE3;
--charcoal-300: #BBC5CE;
--charcoal-400: #97A7B4;
--charcoal-500: #7A8D9F;
--charcoal-600: #5E7182;
--charcoal-700: #4B5A68;
--charcoal-800: #36404A;
--charcoal-900: #22292F;
--charcoal-950: #151A1E;
}