Charcoal
#22252F
BlueColor Codes
All color formats for development
HEX
#22252FRGB
rgb(34, 37, 47)HSL
hsl(226, 16%, 16%)OKLCH
oklch(0.266 0.019 272)CMYK
cmyk(28%, 21%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F222B
2#1B1E26
3#181A21
4#15161C
5#111318
6#0E0F13
7#0A0B0E
8#070709
9#030405
Tints
Lighter variations
1#343948
2#464D61
3#58607A
4#6A7493
5#838BA5
6#9CA2B7
7#B4B9C9
8#CDD1DB
9#E6E8ED
Tones
Muted variations
1#23262F
2#24262E
3#24262D
4#25272D
5#26272C
6#26272B
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 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A82 #7A829F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E67 #5E6782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B52 #4B5268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #22252F | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAECF0;
--charcoal-200: #D9DBE3;
--charcoal-300: #BBBFCE;
--charcoal-400: #979EB4;
--charcoal-500: #7A829F;
--charcoal-600: #5E6782;
--charcoal-700: #4B5268;
--charcoal-800: #363A4A;
--charcoal-900: #22252F;
--charcoal-950: #15171E;
}