Charcoal
#443E3C
GrayColor Codes
All color formats for development
HEX
#443E3CRGB
rgb(68, 62, 60)HSL
hsl(15, 6%, 25%)OKLCH
oklch(0.369 0.009 39.4)CMYK
cmyk(0%, 9%, 12%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3836
2#363130
3#2F2B2A
4#292524
5#221F1E
6#1B1918
7#141312
8#0E0C0C
9#070606
Tints
Lighter variations
1#58504E
2#6C6360
3#807572
4#938985
5#A59D9A
6#B7B0AE
7#C9C4C2
8#DBD8D6
9#EDEBEB
Tones
Muted variations
1#433E3C
2#433E3D
3#423E3D
4#423F3D
5#423F3E
6#413F3E
7#413F3F
8#413F3F
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 | C8C3 #C8C3C1 | BordersInactive statesPlaceholder text |
| 400 | ABA3 #ABA3A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9389 #938985 | Primary brand colorCTAsActive elementsLinks |
| 600 | 776D #776D69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F57 #5F5754 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443E #443E3C | 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: #C8C3C1;
--charcoal-400: #ABA3A0;
--charcoal-500: #938985;
--charcoal-600: #776D69;
--charcoal-700: #5F5754;
--charcoal-800: #443E3C;
--charcoal-900: #2B2826;
--charcoal-950: #1B1918;
}