Charcoal
#202D31
CyanColor Codes
All color formats for development
HEX
#202D31RGB
rgb(32, 45, 49)HSL
hsl(194, 21%, 16%)OKLCH
oklch(0.287 0.019 218.7)CMYK
cmyk(35%, 8%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D292C
2#1A2427
3#172023
4#131B1E
5#101719
6#0D1214
7#0A0E0F
8#06090A
9#030505
Tints
Lighter variations
1#31454B
2#425D65
3#53757F
4#648D99
5#7DA0AA
6#97B3BB
7#B1C6CC
8#CBD9DD
9#E5ECEE
Tones
Muted variations
1#212D31
2#222C30
3#232C2F
4#242C2E
5#252B2D
6#252B2C
7#262A2B
8#272A2B
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 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CB #B8CBD1 | BordersInactive statesPlaceholder text |
| 400 | 93B0 #93B0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7499 #7499A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597D #597D88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4763 #47636C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3247 #32474D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202D #202D31 | 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: #D7E2E5;
--charcoal-300: #B8CBD1;
--charcoal-400: #93B0B8;
--charcoal-500: #7499A4;
--charcoal-600: #597D88;
--charcoal-700: #47636C;
--charcoal-800: #32474D;
--charcoal-900: #202D31;
--charcoal-950: #141C1F;
}