Charcoal
#354B4B
CyanColor Codes
All color formats for development
HEX
#354B4BRGB
rgb(53, 75, 75)HSL
hsl(180, 17%, 25%)OKLCH
oklch(0.395 0.027 196.1)CMYK
cmyk(29%, 0%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304343
2#2A3C3C
3#253434
4#202D2D
5#1A2525
6#151E1E
7#101616
8#0B0F0F
9#050707
Tints
Lighter variations
1#456161
2#557777
3#658E8E
4#79A0A0
5#8FB0B0
6#A5C0C0
7#BCCFCF
8#D2DFDF
9#E9EFEF
Tones
Muted variations
1#364A4A
2#374848
3#384747
4#394646
5#3A4545
6#3B4444
7#3C4343
8#3E4242
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACE #BACECE | BordersInactive statesPlaceholder text |
| 400 | 97B5 #97B5B5 | Disabled statesSecondary iconsMuted text |
| 500 | 79A0 #79A0A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D83 #5D8383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A68 #4A6868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 354B #354B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2230 #223030 | 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: #EAF0F0;
--charcoal-200: #D8E3E3;
--charcoal-300: #BACECE;
--charcoal-400: #97B5B5;
--charcoal-500: #79A0A0;
--charcoal-600: #5D8383;
--charcoal-700: #4A6868;
--charcoal-800: #354B4B;
--charcoal-900: #223030;
--charcoal-950: #151E1E;
}