Charcoal
#212931
BlueColor Codes
All color formats for development
HEX
#212931RGB
rgb(33, 41, 49)HSL
hsl(210, 20%, 16%)OKLCH
oklch(0.277 0.019 248.5)CMYK
cmyk(33%, 16%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D252C
2#1A2127
3#171D22
4#14181D
5#101418
6#0D1014
7#0A0C0F
8#07080A
9#030405
Tints
Lighter variations
1#323E4B
2#435464
3#54697E
4#657E98
5#7E94A9
6#98A9BA
7#B2BFCC
8#CCD4DD
9#E5EAEE
Tones
Muted variations
1#212930
2#22292F
3#23292F
4#24292E
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 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4D0 | BordersInactive statesPlaceholder text |
| 400 | 94A6 #94A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758C #758CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A70 #5A7087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4759 #47596B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3340 #33404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF1;
--charcoal-200: #D7DEE4;
--charcoal-300: #B9C4D0;
--charcoal-400: #94A6B8;
--charcoal-500: #758CA3;
--charcoal-600: #5A7087;
--charcoal-700: #47596B;
--charcoal-800: #33404D;
--charcoal-900: #212931;
--charcoal-950: #141A1F;
}