Charcoal
#202A32
BlueColor Codes
All color formats for development
HEX
#202A32RGB
rgb(32, 42, 50)HSL
hsl(207, 22%, 16%)OKLCH
oklch(0.279 0.02 242.6)CMYK
cmyk(36%, 16%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D262D
2#192128
3#161D23
4#13191E
5#101519
6#0D1114
7#0A0D0F
8#06080A
9#030405
Tints
Lighter variations
1#31404C
2#415566
3#526B80
4#63819A
5#7C96AB
6#96ABBC
7#B1C0CD
8#CBD5DE
9#E5EAEE
Tones
Muted variations
1#212A31
2#222A30
3#23292F
4#23292E
5#24292D
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 | B7C6 #B7C6D1 | BordersInactive statesPlaceholder text |
| 400 | 92A8 #92A8B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738F #738FA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5873 #587389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465B #465B6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3241 #32414E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A32 | 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: #B7C6D1;
--charcoal-400: #92A8B9;
--charcoal-500: #738FA5;
--charcoal-600: #587389;
--charcoal-700: #465B6D;
--charcoal-800: #32414E;
--charcoal-900: #202A32;
--charcoal-950: #141A1F;
}