Charcoal
#212E30
CyanColor Codes
All color formats for development
HEX
#212E30RGB
rgb(33, 46, 48)HSL
hsl(188, 19%, 16%)OKLCH
oklch(0.29 0.018 207.9)CMYK
cmyk(31%, 4%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2A2C
2#1A2527
3#172122
4#141C1D
5#111718
6#0D1313
7#0A0E0F
8#07090A
9#030505
Tints
Lighter variations
1#32474A
2#445F64
3#55787D
4#669097
5#80A3A8
6#99B5BA
7#B3C8CB
8#CCDADC
9#E6EDEE
Tones
Muted variations
1#222E30
2#232D2F
3#232D2E
4#242C2D
5#252C2D
6#262B2C
7#262B2B
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 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDCF | BordersInactive statesPlaceholder text |
| 400 | 95B2 #95B2B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769C #769CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B80 #5B8086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4866 #48666A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAF0F1;
--charcoal-200: #D8E2E4;
--charcoal-300: #B9CDCF;
--charcoal-400: #95B2B7;
--charcoal-500: #769CA2;
--charcoal-600: #5B8086;
--charcoal-700: #48666A;
--charcoal-800: #34494C;
--charcoal-900: #212E31;
--charcoal-950: #151D1E;
}