Charcoal
#222630
BlueColor Codes
All color formats for development
HEX
#222630RGB
rgb(34, 38, 48)HSL
hsl(223, 17%, 16%)OKLCH
oklch(0.269 0.02 267.9)CMYK
cmyk(29%, 21%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E222B
2#1B1E26
3#181A21
4#14171D
5#111318
6#0E0F13
7#0A0B0E
8#07080A
9#030405
Tints
Lighter variations
1#343A49
2#454D62
3#57617B
4#697594
5#828CA6
6#9BA3B8
7#B4BACA
8#CDD1DB
9#E6E8ED
Tones
Muted variations
1#23262F
2#23262E
3#24272E
4#25272D
5#25272C
6#26282C
7#27282B
8#27282A
9#282829
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 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CE | BordersInactive statesPlaceholder text |
| 400 | 979F #979FB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7984 #7984A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D68 #5D6883 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A53 #4A5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353B #353B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #222630 | 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: #D8DBE3;
--charcoal-300: #BAC0CE;
--charcoal-400: #979FB5;
--charcoal-500: #7984A0;
--charcoal-600: #5D6883;
--charcoal-700: #4A5368;
--charcoal-800: #353B4B;
--charcoal-900: #222630;
--charcoal-950: #15181E;
}