Charcoal
#364949
CyanColor Codes
All color formats for development
HEX
#364949RGB
rgb(54, 73, 73)HSL
hsl(180, 15%, 25%)OKLCH
oklch(0.389 0.024 196.2)CMYK
cmyk(26%, 0%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314242
2#2B3B3B
3#263333
4#212C2C
5#1B2525
6#161D1D
7#101616
8#0B0F0F
9#050707
Tints
Lighter variations
1#465F5F
2#577575
3#678B8B
4#7B9D9D
5#91AEAE
6#A7BEBE
7#BDCECE
8#D3DEDE
9#E9EFEF
Tones
Muted variations
1#374848
2#384747
3#394646
4#3A4545
5#3B4545
6#3C4444
7#3D4343
8#3E4242
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCD #BCCDCD | BordersInactive statesPlaceholder text |
| 400 | 98B3 #98B3B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9D #7B9D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F81 #5F8181 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C67 #4C6767 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #364949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232F #232F2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAF0F0;
--charcoal-200: #D9E3E3;
--charcoal-300: #BCCDCD;
--charcoal-400: #98B3B3;
--charcoal-500: #7B9D9D;
--charcoal-600: #5F8181;
--charcoal-700: #4C6767;
--charcoal-800: #364949;
--charcoal-900: #232F2F;
--charcoal-950: #161D1D;
}