Charcoal
#5F5454
GrayColor Codes
All color formats for development
HEX
#5F5454RGB
rgb(95, 84, 84)HSL
hsl(0, 6%, 35%)OKLCH
oklch(0.457 0.015 17.7)CMYK
cmyk(0%, 12%, 12%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#554C4C
2#4C4343
3#423B3B
4#393232
5#2F2A2A
6#262222
7#1C1919
8#131111
9#090808
Tints
Lighter variations
1#706363
2#827373
3#928484
4#A29696
5#B1A7A7
6#C1B9B9
7#D0CACA
8#E0DCDC
9#EFEDED
Tones
Muted variations
1#5E5454
2#5E5555
3#5D5656
4#5C5656
5#5C5757
6#5B5757
7#5B5858
8#5A5858
9#5A5959
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C1 #C8C1C1 | BordersInactive statesPlaceholder text |
| 400 | ABA0 #ABA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9385 #938585 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7769 #776969 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F54 #5F5454 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443C #443C3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B26 #2B2626 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEECEC;
--charcoal-200: #E0DCDC;
--charcoal-300: #C8C1C1;
--charcoal-400: #ABA0A0;
--charcoal-500: #938585;
--charcoal-600: #776969;
--charcoal-700: #5F5454;
--charcoal-800: #443C3C;
--charcoal-900: #2B2626;
--charcoal-950: #1B1818;
}