Charcoal
#44423C
GrayColor Codes
All color formats for development
HEX
#44423CRGB
rgb(68, 66, 60)HSL
hsl(45, 6%, 25%)OKLCH
oklch(0.379 0.01 91.6)CMYK
cmyk(0%, 3%, 12%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3B36
2#363530
3#2F2E2A
4#292724
5#22211E
6#1B1A18
7#141412
8#0E0D0C
9#070706
Tints
Lighter variations
1#58554E
2#6C6960
3#807D72
4#939085
5#A5A29A
6#B7B5AE
7#C9C7C2
8#DBDAD6
9#EDECEB
Tones
Muted variations
1#43413C
2#43413D
3#42413D
4#42413D
5#42413E
6#41413E
7#41403F
8#41403F
9#40403F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F8 #F8F8F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEE #EEEEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DF #E0DFDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C6 #C8C6C1 | BordersInactive statesPlaceholder text |
| 400 | ABA8 #ABA8A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9390 #939085 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7774 #777469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5C #5F5C54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4442 #44423C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2A #2B2A26 | 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: #F8F8F7;
--charcoal-100: #EEEEEC;
--charcoal-200: #E0DFDC;
--charcoal-300: #C8C6C1;
--charcoal-400: #ABA8A0;
--charcoal-500: #939085;
--charcoal-600: #777469;
--charcoal-700: #5F5C54;
--charcoal-800: #44423C;
--charcoal-900: #2B2A26;
--charcoal-950: #1B1A18;
}