Charcoal
#22282F
BlueColor Codes
All color formats for development
HEX
#22282FRGB
rgb(34, 40, 47)HSL
hsl(212, 16%, 16%)OKLCH
oklch(0.274 0.016 252.4)CMYK
cmyk(28%, 15%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F242B
2#1B2026
3#181C21
4#15181C
5#111418
6#0E1013
7#0A0C0E
8#070809
9#030405
Tints
Lighter variations
1#343E48
2#465361
3#58687A
4#6A7D93
5#8393A5
6#9CA8B7
7#B4BEC9
8#CDD4DB
9#E6E9ED
Tones
Muted variations
1#23282F
2#24282E
3#24282D
4#25292D
5#26292C
6#26292B
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 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC4 #BBC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A5 #97A5B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8B #7A8B9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6F #5E6F82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B58 #4B5868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #22282F | 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: #D9DDE3;
--charcoal-300: #BBC4CE;
--charcoal-400: #97A5B4;
--charcoal-500: #7A8B9F;
--charcoal-600: #5E6F82;
--charcoal-700: #4B5868;
--charcoal-800: #363F4A;
--charcoal-900: #22282F;
--charcoal-950: #15191E;
}