Charcoal
#213030
CyanColor Codes
All color formats for development
HEX
#213030RGB
rgb(33, 48, 48)HSL
hsl(180, 19%, 16%)OKLCH
oklch(0.296 0.02 196.1)CMYK
cmyk(31%, 0%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2C2C
2#1A2727
3#172222
4#141D1D
5#111818
6#0D1313
7#0A0F0F
8#070A0A
9#030505
Tints
Lighter variations
1#324A4A
2#446464
3#557D7D
4#669797
5#80A8A8
6#99BABA
7#B3CBCB
8#CCDCDC
9#E6EEEE
Tones
Muted variations
1#223030
2#232F2F
3#232E2E
4#242D2D
5#252D2D
6#262C2C
7#262B2B
8#272A2A
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFCF | BordersInactive statesPlaceholder text |
| 400 | 95B7 #95B7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A2 #76A2A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B86 #5B8686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 486A #486A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344C #344C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF1F1;
--charcoal-200: #D8E4E4;
--charcoal-300: #B9CFCF;
--charcoal-400: #95B7B7;
--charcoal-500: #76A2A2;
--charcoal-600: #5B8686;
--charcoal-700: #486A6A;
--charcoal-800: #344C4C;
--charcoal-900: #213131;
--charcoal-950: #151E1E;
}