Charcoal
#212C30
BlueColor Codes
All color formats for development
HEX
#212C30RGB
rgb(33, 44, 48)HSL
hsl(196, 19%, 16%)OKLCH
oklch(0.285 0.017 222.1)CMYK
cmyk(31%, 8%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E282C
2#1A2427
3#171F22
4#141B1D
5#111618
6#0D1213
7#0A0D0F
8#07090A
9#030405
Tints
Lighter variations
1#32444A
2#445B64
3#55727D
4#668A97
5#809DA8
6#99B1BA
7#B3C4CB
8#CCD8DC
9#E6EBEE
Tones
Muted variations
1#222C30
2#232C2F
3#232B2E
4#242B2D
5#252B2D
6#262A2C
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 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CA #B9CACF | BordersInactive statesPlaceholder text |
| 400 | 95AE #95AEB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7696 #7696A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B7A #5B7A86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4861 #48616A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | 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: #D8E1E4;
--charcoal-300: #B9CACF;
--charcoal-400: #95AEB7;
--charcoal-500: #7696A2;
--charcoal-600: #5B7A86;
--charcoal-700: #48616A;
--charcoal-800: #34454C;
--charcoal-900: #212C31;
--charcoal-950: #151C1E;
}