Charcoal
#222530
BlueColor Codes
All color formats for development
HEX
#222530RGB
rgb(34, 37, 48)HSL
hsl(227, 17%, 16%)OKLCH
oklch(0.266 0.021 273)CMYK
cmyk(29%, 23%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E212B
2#1B1D26
3#181A21
4#14161D
5#111218
6#0E0F13
7#0A0B0E
8#07070A
9#030405
Tints
Lighter variations
1#343849
2#454C62
3#575F7B
4#697294
5#828AA6
6#9BA1B8
7#B4B9CA
8#CDD0DB
9#E6E8ED
Tones
Muted variations
1#23252F
2#23262E
3#24262E
4#25262D
5#25272C
6#26272C
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 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCE | BordersInactive statesPlaceholder text |
| 400 | 979D #979DB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7981 #7981A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D65 #5D6583 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A51 #4A5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353A #353A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #222530 | 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: #EAEBF0;
--charcoal-200: #D8DBE3;
--charcoal-300: #BABFCE;
--charcoal-400: #979DB5;
--charcoal-500: #7981A0;
--charcoal-600: #5D6583;
--charcoal-700: #4A5168;
--charcoal-800: #353A4B;
--charcoal-900: #222530;
--charcoal-950: #15171E;
}