Charcoal
#202931
BlueColor Codes
All color formats for development
HEX
#202931RGB
rgb(32, 41, 49)HSL
hsl(208, 21%, 16%)OKLCH
oklch(0.276 0.02 245.4)CMYK
cmyk(35%, 16%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D252C
2#1A2127
3#171D23
4#13191E
5#101519
6#0D1114
7#0A0C0F
8#06080A
9#030405
Tints
Lighter variations
1#313F4B
2#425565
3#536B7F
4#648099
5#7D95AA
6#97ABBB
7#B1C0CC
8#CBD5DD
9#E5EAEE
Tones
Muted variations
1#212931
2#222930
3#23292F
4#24292E
5#25292D
6#25292C
7#26292B
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C5 #B8C5D1 | BordersInactive statesPlaceholder text |
| 400 | 93A7 #93A7B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748E #748EA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5972 #597288 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3241 #32414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | 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: #E9EDF1;
--charcoal-200: #D7DEE5;
--charcoal-300: #B8C5D1;
--charcoal-400: #93A7B8;
--charcoal-500: #748EA4;
--charcoal-600: #597288;
--charcoal-700: #475A6C;
--charcoal-800: #32414D;
--charcoal-900: #202931;
--charcoal-950: #141A1F;
}