Charcoal
#202C31
BlueColor Codes
All color formats for development
HEX
#202C31RGB
rgb(32, 44, 49)HSL
hsl(198, 21%, 16%)OKLCH
oklch(0.284 0.019 225.3)CMYK
cmyk(35%, 10%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D282C
2#1A2327
3#171F23
4#131B1E
5#101619
6#0D1214
7#0A0D0F
8#06090A
9#030405
Tints
Lighter variations
1#31434B
2#425B65
3#53727F
4#648999
5#7D9DAA
6#97B1BB
7#B1C4CC
8#CBD8DD
9#E5EBEE
Tones
Muted variations
1#212C31
2#222C30
3#232B2F
4#242B2E
5#252B2D
6#252A2C
7#262A2B
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 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C9 #B8C9D1 | BordersInactive statesPlaceholder text |
| 400 | 93AD #93ADB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7496 #7496A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597A #597A88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4761 #47616C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3245 #32454D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D7E1E5;
--charcoal-300: #B8C9D1;
--charcoal-400: #93ADB8;
--charcoal-500: #7496A4;
--charcoal-600: #597A88;
--charcoal-700: #47616C;
--charcoal-800: #32454D;
--charcoal-900: #202C31;
--charcoal-950: #141C1F;
}