Charcoal
#43413D
GrayColor Codes
All color formats for development
HEX
#43413DRGB
rgb(67, 65, 61)HSL
hsl(40, 5%, 25%)OKLCH
oklch(0.376 0.007 84.6)CMYK
cmyk(0%, 3%, 9%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C3A37
2#363430
3#2F2D2A
4#282724
5#21201E
6#1B1A18
7#141312
8#0D0D0C
9#070606
Tints
Lighter variations
1#57544F
2#6B6861
3#7F7B73
4#928E87
5#A4A19B
6#B6B4AF
7#C8C7C3
8#DBD9D7
9#EDECEB
Tones
Muted variations
1#43413D
2#42413D
3#42403E
4#42403E
5#41403E
6#41403E
7#41403F
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 | E0DE #E0DEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C5 #C7C5C1 | BordersInactive statesPlaceholder text |
| 400 | AAA7 #AAA7A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928E #928E87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7672 #76726B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E5B #5E5B55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4341 #43413D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2927 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1A #1B1A18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEEDEC;
--charcoal-200: #E0DEDC;
--charcoal-300: #C7C5C1;
--charcoal-400: #AAA7A1;
--charcoal-500: #928E87;
--charcoal-600: #76726B;
--charcoal-700: #5E5B55;
--charcoal-800: #43413D;
--charcoal-900: #2B2927;
--charcoal-950: #1B1A18;
}