Charcoal
#202832
BlueColor Codes
All color formats for development
HEX
#202832RGB
rgb(32, 40, 50)HSL
hsl(213, 22%, 16%)OKLCH
oklch(0.274 0.022 254.2)CMYK
cmyk(36%, 20%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D242D
2#192028
3#161C23
4#13181E
5#101419
6#0D1014
7#0A0C0F
8#06080A
9#030405
Tints
Lighter variations
1#313D4C
2#415266
3#526780
4#637C9A
5#7C92AB
6#96A7BC
7#B1BDCD
8#CBD3DE
9#E5E9EE
Tones
Muted variations
1#212831
2#222830
3#23282F
4#23282E
5#24282D
6#25282C
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 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C3 #B7C3D1 | BordersInactive statesPlaceholder text |
| 400 | 92A4 #92A4B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738A #738AA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586E #586E89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4657 #46576D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202832 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D7DDE5;
--charcoal-300: #B7C3D1;
--charcoal-400: #92A4B9;
--charcoal-500: #738AA5;
--charcoal-600: #586E89;
--charcoal-700: #46576D;
--charcoal-800: #323E4E;
--charcoal-900: #202832;
--charcoal-950: #14191F;
}