Charcoal
#222830
BlueColor Codes
All color formats for development
HEX
#222830RGB
rgb(34, 40, 48)HSL
hsl(214, 17%, 16%)OKLCH
oklch(0.274 0.017 255.7)CMYK
cmyk(29%, 17%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E242B
2#1B2026
3#181C21
4#14181D
5#111418
6#0E1013
7#0A0C0E
8#07080A
9#030405
Tints
Lighter variations
1#343D49
2#455262
3#57677B
4#697C94
5#8291A6
6#9BA7B8
7#B4BDCA
8#CDD3DB
9#E6E9ED
Tones
Muted variations
1#23282F
2#23282E
3#24282E
4#25282D
5#25282C
6#26282C
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 | D8DD #D8DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC3 #BAC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A4 #97A4B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798A #798AA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6E #5D6E83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A57 #4A5768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353E #353E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #222830 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D8DDE3;
--charcoal-300: #BAC3CE;
--charcoal-400: #97A4B5;
--charcoal-500: #798AA0;
--charcoal-600: #5D6E83;
--charcoal-700: #4A5768;
--charcoal-800: #353E4B;
--charcoal-900: #222830;
--charcoal-950: #15191E;
}