Charcoal
#44413C
GrayColor Codes
All color formats for development
HEX
#44413CRGB
rgb(68, 65, 60)HSL
hsl(37, 6%, 25%)OKLCH
oklch(0.377 0.009 80.7)CMYK
cmyk(0%, 4%, 12%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3A36
2#363430
3#2F2D2A
4#292724
5#22201E
6#1B1A18
7#141312
8#0E0D0C
9#070606
Tints
Lighter variations
1#58544E
2#6C6760
3#807B72
4#938E85
5#A5A19A
6#B7B4AE
7#C9C6C2
8#DBD9D6
9#EDECEB
Tones
Muted variations
1#43413C
2#43403D
3#42403D
4#42403D
5#42403E
6#41403E
7#41403F
8#41403F
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 | C8C5 #C8C5C1 | BordersInactive statesPlaceholder text |
| 400 | ABA7 #ABA7A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938E #938E85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7772 #777269 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5A #5F5A54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4441 #44413C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2926 | 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: #C8C5C1;
--charcoal-400: #ABA7A0;
--charcoal-500: #938E85;
--charcoal-600: #777269;
--charcoal-700: #5F5A54;
--charcoal-800: #44413C;
--charcoal-900: #2B2926;
--charcoal-950: #1B1A18;
}