Charcoal
#44403C
GrayColor Codes
All color formats for development
HEX
#44403CRGB
rgb(68, 64, 60)HSL
hsl(30, 6%, 25%)OKLCH
oklch(0.374 0.009 67.6)CMYK
cmyk(0%, 6%, 12%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3936
2#363330
3#2F2D2A
4#292624
5#22201E
6#1B1A18
7#141312
8#0E0D0C
9#070606
Tints
Lighter variations
1#58534E
2#6C6660
3#807972
4#938C85
5#A59F9A
6#B7B3AE
7#C9C6C2
8#DBD9D6
9#EDECEB
Tones
Muted variations
1#43403C
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 | C8C4 #C8C4C1 | BordersInactive statesPlaceholder text |
| 400 | ABA6 #ABA6A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938C #938C85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7770 #777069 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F59 #5F5954 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4440 #44403C | 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: #C8C4C1;
--charcoal-400: #ABA6A0;
--charcoal-500: #938C85;
--charcoal-600: #777069;
--charcoal-700: #5F5954;
--charcoal-800: #44403C;
--charcoal-900: #2B2926;
--charcoal-950: #1B1A18;
}