Charcoal
#44443C
GrayColor Codes
All color formats for development
HEX
#44443CRGB
rgb(68, 68, 60)HSL
hsl(60, 6%, 25%)OKLCH
oklch(0.384 0.013 107)CMYK
cmyk(0%, 0%, 12%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D3D36
2#363630
3#2F2F2A
4#292924
5#22221E
6#1B1B18
7#141412
8#0E0E0C
9#070706
Tints
Lighter variations
1#58584E
2#6C6C60
3#808072
4#939385
5#A5A59A
6#B7B7AE
7#C9C9C2
8#DBDBD6
9#EDEDEB
Tones
Muted variations
1#43433C
2#43433D
3#42423D
4#42423D
5#42423E
6#41413E
7#41413F
8#41413F
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 | E0E0 #E0E0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C8 #C8C8C1 | BordersInactive statesPlaceholder text |
| 400 | ABAB #ABABA0 | Disabled statesSecondary iconsMuted text |
| 500 | 9393 #939385 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7777 #777769 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5F #5F5F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4444 #44443C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2B #2B2B26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1B #1B1B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F8F7;
--charcoal-100: #EEEEEC;
--charcoal-200: #E0E0DC;
--charcoal-300: #C8C8C1;
--charcoal-400: #ABABA0;
--charcoal-500: #939385;
--charcoal-600: #777769;
--charcoal-700: #5F5F54;
--charcoal-800: #44443C;
--charcoal-900: #2B2B26;
--charcoal-950: #1B1B18;
}