Charcoal
#212D30
CyanColor Codes
All color formats for development
HEX
#212D30RGB
rgb(33, 45, 48)HSL
hsl(192, 19%, 16%)OKLCH
oklch(0.287 0.017 214.7)CMYK
cmyk(31%, 6%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E292C
2#1A2427
3#172022
4#141B1D
5#111718
6#0D1213
7#0A0E0F
8#07090A
9#030505
Tints
Lighter variations
1#32454A
2#445D64
3#55757D
4#668D97
5#80A0A8
6#99B3BA
7#B3C6CB
8#CCD9DC
9#E6ECEE
Tones
Muted variations
1#222D30
2#232D2F
3#232C2E
4#242C2D
5#252B2D
6#262B2C
7#262A2B
8#272A2A
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBCF | BordersInactive statesPlaceholder text |
| 400 | 95B0 #95B0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7699 #7699A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7D #5B7D86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4863 #48636A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3447 #34474C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D8E2E4;
--charcoal-300: #B9CBCF;
--charcoal-400: #95B0B7;
--charcoal-500: #7699A2;
--charcoal-600: #5B7D86;
--charcoal-700: #48636A;
--charcoal-800: #34474C;
--charcoal-900: #212D31;
--charcoal-950: #151C1E;
}