Charcoal
#433E3D
GrayColor Codes
All color formats for development
HEX
#433E3DRGB
rgb(67, 62, 61)HSL
hsl(10, 5%, 25%)OKLCH
oklch(0.369 0.007 31.1)CMYK
cmyk(0%, 7%, 9%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C3737
2#363130
3#2F2B2A
4#282524
5#211F1E
6#1B1918
7#141212
8#0D0C0C
9#070606
Tints
Lighter variations
1#57504F
2#6B6361
3#7F7573
4#928887
5#A49C9B
6#B6B0AF
7#C8C4C3
8#DBD7D7
9#EDEBEB
Tones
Muted variations
1#433E3D
2#423E3D
3#423E3E
4#423E3E
5#413F3E
6#413F3E
7#413F3F
8#403F3F
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 | C7C2 #C7C2C1 | BordersInactive statesPlaceholder text |
| 400 | AAA3 #AAA3A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9288 #928887 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766C #766C6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E56 #5E5655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433E #433E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B27 #2B2727 | 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: #C7C2C1;
--charcoal-400: #AAA3A1;
--charcoal-500: #928887;
--charcoal-600: #766C6B;
--charcoal-700: #5E5655;
--charcoal-800: #433E3D;
--charcoal-900: #2B2727;
--charcoal-950: #1B1918;
}