Charcoal
#203131
CyanColor Codes
All color formats for development
HEX
#203131RGB
rgb(32, 49, 49)HSL
hsl(180, 21%, 16%)OKLCH
oklch(0.298 0.022 196)CMYK
cmyk(35%, 0%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2C2C
2#1A2727
3#172323
4#131E1E
5#101919
6#0D1414
7#0A0F0F
8#060A0A
9#030505
Tints
Lighter variations
1#314B4B
2#426565
3#537F7F
4#649999
5#7DAAAA
6#97BBBB
7#B1CCCC
8#CBDDDD
9#E5EEEE
Tones
Muted variations
1#213131
2#223030
3#232F2F
4#242E2E
5#252D2D
6#252C2C
7#262B2B
8#272B2B
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E5 #D7E5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8D1 #B8D1D1 | BordersInactive statesPlaceholder text |
| 400 | 93B8 #93B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A4 #74A4A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5988 #598888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476C #476C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324D #324D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2031 #203131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #E9F1F1;
--charcoal-200: #D7E5E5;
--charcoal-300: #B8D1D1;
--charcoal-400: #93B8B8;
--charcoal-500: #74A4A4;
--charcoal-600: #598888;
--charcoal-700: #476C6C;
--charcoal-800: #324D4D;
--charcoal-900: #203131;
--charcoal-950: #141F1F;
}