Charcoal
#433F3D
GrayColor Codes
All color formats for development
HEX
#433F3DRGB
rgb(67, 63, 61)HSL
hsl(20, 5%, 25%)OKLCH
oklch(0.371 0.006 48.5)CMYK
cmyk(0%, 6%, 9%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C3837
2#363230
3#2F2C2A
4#282624
5#211F1E
6#1B1918
7#141312
8#0D0D0C
9#070606
Tints
Lighter variations
1#57514F
2#6B6461
3#7F7773
4#928A87
5#A49E9B
6#B6B1AF
7#C8C5C3
8#DBD8D7
9#EDECEB
Tones
Muted variations
1#433F3D
2#423F3D
3#423F3E
4#423F3E
5#413F3E
6#413F3E
7#413F3F
8#40403F
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 | C7C3 #C7C3C1 | BordersInactive statesPlaceholder text |
| 400 | AAA4 #AAA4A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928A #928A87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766E #766E6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E58 #5E5855 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433F #433F3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2827 | 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: #C7C3C1;
--charcoal-400: #AAA4A1;
--charcoal-500: #928A87;
--charcoal-600: #766E6B;
--charcoal-700: #5E5855;
--charcoal-800: #433F3D;
--charcoal-900: #2B2827;
--charcoal-950: #1B1918;
}