Charcoal
#202A31
BlueColor Codes
All color formats for development
HEX
#202A31RGB
rgb(32, 42, 49)HSL
hsl(205, 21%, 16%)OKLCH
oklch(0.279 0.019 238.9)CMYK
cmyk(35%, 14%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D262C
2#1A2227
3#171E23
4#13191E
5#101519
6#0D1114
7#0A0D0F
8#06080A
9#030405
Tints
Lighter variations
1#31404B
2#425765
3#536D7F
4#648399
5#7D98AA
6#97ACBB
7#B1C1CC
8#CBD6DD
9#E5EAEE
Tones
Muted variations
1#212A31
2#222A30
3#232A2F
4#242A2E
5#252A2D
6#25292C
7#26292B
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C6 #B8C6D1 | BordersInactive statesPlaceholder text |
| 400 | 93A9 #93A9B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7490 #7490A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5974 #597488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A31 | 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: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7DFE5;
--charcoal-300: #B8C6D1;
--charcoal-400: #93A9B8;
--charcoal-500: #7490A4;
--charcoal-600: #597488;
--charcoal-700: #475C6C;
--charcoal-800: #32424D;
--charcoal-900: #202A31;
--charcoal-950: #141A1F;
}