Charcoal
#443B3B
GrayColor Codes
All color formats for development
HEX
#443B3BRGB
rgb(68, 59, 59)HSL
hsl(0, 7%, 25%)OKLCH
oklch(0.362 0.013 17.7)CMYK
cmyk(0%, 13%, 13%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3535
2#372F2F
3#302A2A
4#292424
5#221E1E
6#1B1818
7#141212
8#0E0C0C
9#070606
Tints
Lighter variations
1#594D4D
2#6D5F5F
3#827171
4#948484
5#A69999
6#B8ADAD
7#CAC2C2
8#DBD6D6
9#EDEBEB
Tones
Muted variations
1#443C3C
2#433C3C
3#433D3D
4#423D3D
5#423E3E
6#423E3E
7#413E3E
8#413F3F
9#403F3F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C0 #C8C0C0 | BordersInactive statesPlaceholder text |
| 400 | ACA0 #ACA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9484 #948484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7868 #786868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F53 #5F5353 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443B #443B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C26 #2C2626 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEECEC;
--charcoal-200: #E0DCDC;
--charcoal-300: #C8C0C0;
--charcoal-400: #ACA0A0;
--charcoal-500: #948484;
--charcoal-600: #786868;
--charcoal-700: #5F5353;
--charcoal-800: #443B3B;
--charcoal-900: #2C2626;
--charcoal-950: #1B1818;
}