Charcoal
#222930
BlueColor Codes
All color formats for development
HEX
#222930RGB
rgb(34, 41, 48)HSL
hsl(210, 17%, 16%)OKLCH
oklch(0.277 0.016 248.4)CMYK
cmyk(29%, 15%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E252B
2#1B2126
3#181D21
4#14181D
5#111418
6#0E1013
7#0A0C0E
8#07080A
9#030405
Tints
Lighter variations
1#343E49
2#455462
3#57697B
4#697E94
5#8294A6
6#9BA9B8
7#B4BFCA
8#CDD4DB
9#E6EAED
Tones
Muted variations
1#23292F
2#23292E
3#24292E
4#25292D
5#25292C
6#26292C
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 | D8DE #D8DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC4 #BAC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A6 #97A6B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798C #798CA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D70 #5D7083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A59 #4A5968 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3540 #35404B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #222930 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D8DEE3;
--charcoal-300: #BAC4CE;
--charcoal-400: #97A6B5;
--charcoal-500: #798CA0;
--charcoal-600: #5D7083;
--charcoal-700: #4A5968;
--charcoal-800: #35404B;
--charcoal-900: #222930;
--charcoal-950: #151A1E;
}