Charcoal
#222D30
CyanColor Codes
All color formats for development
HEX
#222D30RGB
rgb(34, 45, 48)HSL
hsl(193, 17%, 16%)OKLCH
oklch(0.288 0.016 216.2)CMYK
cmyk(29%, 6%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E282B
2#1B2426
3#181F21
4#141B1D
5#111618
6#0E1213
7#0A0D0E
8#07090A
9#030405
Tints
Lighter variations
1#344449
2#455C62
3#57737B
4#698B94
5#829EA6
6#9BB2B8
7#B4C5CA
8#CDD8DB
9#E6ECED
Tones
Muted variations
1#232C2F
2#232C2E
3#242C2E
4#252B2D
5#252B2C
6#262A2C
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 | D8E1 #D8E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACE | BordersInactive statesPlaceholder text |
| 400 | 97AE #97AEB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7997 #7997A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7B #5D7B83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A62 #4A6268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3546 #35464B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D30 | 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: #D8E1E3;
--charcoal-300: #BACACE;
--charcoal-400: #97AEB5;
--charcoal-500: #7997A0;
--charcoal-600: #5D7B83;
--charcoal-700: #4A6268;
--charcoal-800: #35464B;
--charcoal-900: #222D30;
--charcoal-950: #151C1E;
}