Charcoal
#5F5D54
GrayColor Codes
All color formats for development
HEX
#5F5D54RGB
rgb(95, 93, 84)HSL
hsl(49, 6%, 35%)OKLCH
oklch(0.477 0.014 96.6)CMYK
cmyk(0%, 2%, 12%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55534C
2#4C4A43
3#42413B
4#393832
5#2F2E2A
6#262522
7#1C1C19
8#131311
9#090908
Tints
Lighter variations
1#706E63
2#827F73
3#928F84
4#A29F96
5#B1AFA7
6#C1BFB9
7#D0CFCA
8#E0DFDC
9#EFEFED
Tones
Muted variations
1#5E5C54
2#5E5C55
3#5D5C56
4#5C5B56
5#5C5B57
6#5B5B57
7#5B5A58
8#5A5A58
9#5A5A59
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 | C8C7 #C8C7C1 | BordersInactive statesPlaceholder text |
| 400 | ABA9 #ABA9A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9391 #939185 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7774 #777469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5D #5F5D54 | 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: #C8C7C1;
--charcoal-400: #ABA9A0;
--charcoal-500: #939185;
--charcoal-600: #777469;
--charcoal-700: #5F5D54;
--charcoal-800: #44423C;
--charcoal-900: #2B2A26;
--charcoal-950: #1B1A18;
}