Charcoal
#212930
BlueColor Codes
All color formats for development
HEX
#212930RGB
rgb(33, 41, 48)HSL
hsl(208, 19%, 16%)OKLCH
oklch(0.276 0.017 244.9)CMYK
cmyk(31%, 15%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E252C
2#1A2127
3#171D22
4#14191D
5#111518
6#0D1113
7#0A0C0F
8#07080A
9#030405
Tints
Lighter variations
1#323F4A
2#445564
3#556A7D
4#668097
5#8095A8
6#99AABA
7#B3C0CB
8#CCD5DC
9#E6EAEE
Tones
Muted variations
1#222930
2#23292F
3#23292E
4#24292D
5#25292D
6#26292C
7#26292B
8#27292A
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C5 #B9C5CF | BordersInactive statesPlaceholder text |
| 400 | 95A7 #95A7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768E #768EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B72 #5B7286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485A #485A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | 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: #EAEDF1;
--charcoal-200: #D8DEE4;
--charcoal-300: #B9C5CF;
--charcoal-400: #95A7B7;
--charcoal-500: #768EA2;
--charcoal-600: #5B7286;
--charcoal-700: #485A6A;
--charcoal-800: #34414C;
--charcoal-900: #212931;
--charcoal-950: #151A1E;
}