Charcoal
#5F5B54
GrayColor Codes
All color formats for development
HEX
#5F5B54RGB
rgb(95, 91, 84)HSL
hsl(38, 6%, 35%)OKLCH
oklch(0.473 0.012 81.8)CMYK
cmyk(0%, 4%, 12%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55524C
2#4C4943
3#423F3B
4#393632
5#2F2D2A
6#262422
7#1C1B19
8#131211
9#090908
Tints
Lighter variations
1#706C63
2#827C73
3#928D84
4#A29D96
5#B1ADA7
6#C1BEB9
7#D0CECA
8#E0DEDC
9#EFEFED
Tones
Muted variations
1#5E5B54
2#5E5A55
3#5D5A56
4#5C5A56
5#5C5A57
6#5B5A57
7#5B5A58
8#5A5A58
9#5A5959
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 | 5F5B #5F5B54 | 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: #5F5B54;
--charcoal-800: #44413C;
--charcoal-900: #2B2926;
--charcoal-950: #1B1A18;
}