Charcoal
#222730
BlueColor Codes
All color formats for development
HEX
#222730RGB
rgb(34, 39, 48)HSL
hsl(219, 17%, 16%)OKLCH
oklch(0.272 0.018 262.2)CMYK
cmyk(29%, 19%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E232B
2#1B1F26
3#181B21
4#14171D
5#111318
6#0E0F13
7#0A0C0E
8#07080A
9#030405
Tints
Lighter variations
1#343B49
2#454F62
3#57647B
4#697894
5#828EA6
6#9BA5B8
7#B4BBCA
8#CDD2DB
9#E6E8ED
Tones
Muted variations
1#23272F
2#23272E
3#24272E
4#25282D
5#25282C
6#26282C
7#27282B
8#27282A
9#282929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC1 #BAC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7986 #7986A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6A #5D6A83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A55 #4A5568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353C #353C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #222730 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D8DCE3;
--charcoal-300: #BAC1CE;
--charcoal-400: #97A1B5;
--charcoal-500: #7986A0;
--charcoal-600: #5D6A83;
--charcoal-700: #4A5568;
--charcoal-800: #353C4B;
--charcoal-900: #222730;
--charcoal-950: #15181E;
}