Charcoal
#222D2F
CyanColor Codes
All color formats for development
HEX
#222D2FRGB
rgb(34, 45, 47)HSL
hsl(189, 16%, 16%)OKLCH
oklch(0.288 0.016 209.9)CMYK
cmyk(28%, 4%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F292B
2#1B2426
3#182021
4#151B1C
5#111718
6#0E1213
7#0A0E0E
8#070909
9#030505
Tints
Lighter variations
1#344548
2#465D61
3#58757A
4#6A8D93
5#83A0A5
6#9CB3B7
7#B4C6C9
8#CDD9DB
9#E6ECED
Tones
Muted variations
1#232D2F
2#242C2E
3#242C2D
4#252C2D
5#262B2C
6#262B2B
7#272A2B
8#272A2A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCB #BBCBCE | BordersInactive statesPlaceholder text |
| 400 | 97B0 #97B0B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A99 #7A999F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7D #5E7D82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B63 #4B6368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #36474A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D2F | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D9E2E3;
--charcoal-300: #BBCBCE;
--charcoal-400: #97B0B4;
--charcoal-500: #7A999F;
--charcoal-600: #5E7D82;
--charcoal-700: #4B6368;
--charcoal-800: #36474A;
--charcoal-900: #222D2F;
--charcoal-950: #151C1E;
}