Charcoal
#344C4C
CyanColor Codes
All color formats for development
HEX
#344C4CRGB
rgb(52, 76, 76)HSL
hsl(180, 19%, 25%)OKLCH
oklch(0.397 0.029 196)CMYK
cmyk(32%, 0%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4444
2#293D3D
3#243535
4#1F2E2E
5#1A2626
6#151E1E
7#0F1717
8#0A0F0F
9#050808
Tints
Lighter variations
1#436363
2#537979
3#629090
4#76A2A2
5#8DB2B2
6#A4C1C1
7#BBD1D1
8#D1E0E0
9#E8F0F0
Tones
Muted variations
1#354B4B
2#364949
3#374848
4#384747
5#3A4646
6#3B4545
7#3C4343
8#3D4242
9#3F4141
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 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFCF | BordersInactive statesPlaceholder text |
| 400 | 95B7 #95B7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A2 #76A2A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B86 #5B8686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 486A #486A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344C #344C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF1F1;
--charcoal-200: #D8E4E4;
--charcoal-300: #B9CFCF;
--charcoal-400: #95B7B7;
--charcoal-500: #76A2A2;
--charcoal-600: #5B8686;
--charcoal-700: #486A6A;
--charcoal-800: #344C4C;
--charcoal-900: #213131;
--charcoal-950: #151E1E;
}