Charcoal
#222E30
CyanColor Codes
All color formats for development
HEX
#222E30RGB
rgb(34, 46, 48)HSL
hsl(189, 17%, 16%)OKLCH
oklch(0.291 0.017 208.8)CMYK
cmyk(29%, 4%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E292B
2#1B2526
3#182021
4#141B1D
5#111718
6#0E1213
7#0A0E0E
8#07090A
9#030505
Tints
Lighter variations
1#344649
2#455E62
3#57767B
4#698E94
5#82A1A6
6#9BB4B8
7#B4C6CA
8#CDD9DB
9#E6ECED
Tones
Muted variations
1#232D2F
2#232D2E
3#242C2E
4#252C2D
5#252B2C
6#262B2C
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 | D8E2 #D8E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCE | BordersInactive statesPlaceholder text |
| 400 | 97B0 #97B0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 799A #799AA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7E #5D7E83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A64 #4A6468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3547 #35474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E2E3;
--charcoal-300: #BACBCE;
--charcoal-400: #97B0B5;
--charcoal-500: #799AA0;
--charcoal-600: #5D7E83;
--charcoal-700: #4A6468;
--charcoal-800: #35474B;
--charcoal-900: #222E30;
--charcoal-950: #151D1E;
}