Charcoal
#443F3C
GrayColor Codes
All color formats for development
HEX
#443F3CRGB
rgb(68, 63, 60)HSL
hsl(23, 6%, 25%)OKLCH
oklch(0.372 0.009 53.2)CMYK
cmyk(0%, 7%, 12%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3936
2#363230
3#2F2C2A
4#292624
5#221F1E
6#1B1918
7#141312
8#0E0D0C
9#070606
Tints
Lighter variations
1#58524E
2#6C6560
3#807772
4#938B85
5#A59E9A
6#B7B1AE
7#C9C5C2
8#DBD8D6
9#EDECEB
Tones
Muted variations
1#433F3C
2#433F3D
3#423F3D
4#423F3D
5#423F3E
6#413F3E
7#413F3F
8#41403F
9#40403F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C4 #C8C4C1 | BordersInactive statesPlaceholder text |
| 400 | ABA5 #ABA5A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938B #938B85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 776F #776F69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F58 #5F5854 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443F #443F3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2826 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEEDEC;
--charcoal-200: #E0DDDC;
--charcoal-300: #C8C4C1;
--charcoal-400: #ABA5A0;
--charcoal-500: #938B85;
--charcoal-600: #776F69;
--charcoal-700: #5F5854;
--charcoal-800: #443F3C;
--charcoal-900: #2B2826;
--charcoal-950: #1B1918;
}