Charcoal
#22262F
BlueColor Codes
All color formats for development
HEX
#22262FRGB
rgb(34, 38, 47)HSL
hsl(222, 16%, 16%)OKLCH
oklch(0.269 0.018 266.3)CMYK
cmyk(28%, 19%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F222B
2#1B1F26
3#181B21
4#15171C
5#111318
6#0E0F13
7#0A0B0E
8#070809
9#030405
Tints
Lighter variations
1#343A48
2#464E61
3#58627A
4#6A7693
5#838DA5
6#9CA4B7
7#B4BBC9
8#CDD1DB
9#E6E8ED
Tones
Muted variations
1#23262F
2#24272E
3#24272D
4#25272D
5#26272C
6#26282B
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 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC1 #BBC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A85 #7A859F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E69 #5E6982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B54 #4B5468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | 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: #D9DCE3;
--charcoal-300: #BBC1CE;
--charcoal-400: #97A0B4;
--charcoal-500: #7A859F;
--charcoal-600: #5E6982;
--charcoal-700: #4B5468;
--charcoal-800: #363C4A;
--charcoal-900: #22262F;
--charcoal-950: #15181E;
}