Charcoal
#202831
BlueColor Codes
All color formats for development
HEX
#202831RGB
rgb(32, 40, 49)HSL
hsl(212, 21%, 16%)OKLCH
oklch(0.273 0.02 251.6)CMYK
cmyk(35%, 18%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D242C
2#1A2027
3#171C23
4#13181E
5#101419
6#0D1014
7#0A0C0F
8#06080A
9#030405
Tints
Lighter variations
1#313D4B
2#425265
3#53687F
4#647D99
5#7D92AA
6#97A8BB
7#B1BECC
8#CBD4DD
9#E5E9EE
Tones
Muted variations
1#212831
2#222830
3#23282F
4#24282E
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 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C4 #B8C4D1 | BordersInactive statesPlaceholder text |
| 400 | 93A5 #93A5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748B #748BA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596F #596F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4758 #47586C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323F #323F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202831 | 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: #B8C4D1;
--charcoal-400: #93A5B8;
--charcoal-500: #748BA4;
--charcoal-600: #596F88;
--charcoal-700: #47586C;
--charcoal-800: #323F4D;
--charcoal-900: #202831;
--charcoal-950: #14191F;
}