Charcoal
#33494D
CyanColor Codes
All color formats for development
HEX
#33494DRGB
rgb(51, 73, 77)HSL
hsl(189, 20%, 25%)OKLCH
oklch(0.389 0.028 210)CMYK
cmyk(34%, 5%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4145
2#293A3D
3#243336
4#1F2C2E
5#1A2426
6#141D1F
7#0F1617
8#0A0F0F
9#050708
Tints
Lighter variations
1#425E63
2#52747A
3#618A91
4#759CA3
5#8CADB3
6#A3BDC2
7#BACED1
8#D1DEE0
9#E8EFF0
Tones
Muted variations
1#34484B
2#36474A
3#374649
4#384547
5#394446
6#3B4345
7#3C4244
8#3D4242
9#3E4141
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 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CD #B9CDD0 | BordersInactive statesPlaceholder text |
| 400 | 94B2 #94B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759C #759CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A80 #5A8087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4766 #47666B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3349 #33494D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAF0F1;
--charcoal-200: #D7E2E4;
--charcoal-300: #B9CDD0;
--charcoal-400: #94B2B8;
--charcoal-500: #759CA3;
--charcoal-600: #5A8087;
--charcoal-700: #47666B;
--charcoal-800: #33494D;
--charcoal-900: #212F31;
--charcoal-950: #141D1F;
}