Charcoal
#334D4D
CyanColor Codes
All color formats for development
HEX
#334D4DRGB
rgb(51, 77, 77)HSL
hsl(180, 20%, 25%)OKLCH
oklch(0.399 0.032 196)CMYK
cmyk(34%, 0%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4545
2#293D3D
3#243636
4#1F2E2E
5#1A2626
6#141F1F
7#0F1717
8#0A0F0F
9#050808
Tints
Lighter variations
1#426363
2#527A7A
3#619191
4#75A3A3
5#8CB3B3
6#A3C2C2
7#BAD1D1
8#D1E0E0
9#E8F0F0
Tones
Muted variations
1#344B4B
2#364A4A
3#374949
4#384747
5#394646
6#3B4545
7#3C4444
8#3D4242
9#3E4141
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 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9D0 #B9D0D0 | BordersInactive statesPlaceholder text |
| 400 | 94B8 #94B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A3 #75A3A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A87 #5A8787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476B #476B6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334D #334D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF1F1;
--charcoal-200: #D7E4E4;
--charcoal-300: #B9D0D0;
--charcoal-400: #94B8B8;
--charcoal-500: #75A3A3;
--charcoal-600: #5A8787;
--charcoal-700: #476B6B;
--charcoal-800: #334D4D;
--charcoal-900: #213131;
--charcoal-950: #141F1F;
}