Charcoal
#202932
BlueColor Codes
All color formats for development
HEX
#202932RGB
rgb(32, 41, 50)HSL
hsl(210, 22%, 16%)OKLCH
oklch(0.276 0.021 248.6)CMYK
cmyk(36%, 18%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D252D
2#192128
3#161D23
4#13181E
5#101419
6#0D1014
7#0A0C0F
8#06080A
9#030405
Tints
Lighter variations
1#313E4C
2#415466
3#526980
4#637E9A
5#7C94AB
6#96A9BC
7#B1BFCD
8#CBD4DE
9#E5EAEE
Tones
Muted variations
1#212931
2#222930
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 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C4 #B7C4D1 | BordersInactive statesPlaceholder text |
| 400 | 92A6 #92A6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738C #738CA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5870 #587089 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4659 #46596D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3240 #32404E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202932 | 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: #B7C4D1;
--charcoal-400: #92A6B9;
--charcoal-500: #738CA5;
--charcoal-600: #587089;
--charcoal-700: #46596D;
--charcoal-800: #32404E;
--charcoal-900: #202932;
--charcoal-950: #141A1F;
}