Charcoal
#5F5353
GrayColor Codes
All color formats for development
HEX
#5F5353RGB
rgb(95, 83, 83)HSL
hsl(0, 7%, 35%)OKLCH
oklch(0.454 0.016 17.8)CMYK
cmyk(0%, 13%, 13%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#564B4B
2#4C4242
3#433A3A
4#393232
5#302A2A
6#262121
7#1D1919
8#131111
9#0A0808
Tints
Lighter variations
1#716262
2#837272
3#938383
4#A39595
5#B2A6A6
6#C1B8B8
7#D1CACA
8#E0DCDC
9#F0EDED
Tones
Muted variations
1#5F5454
2#5E5454
3#5E5555
4#5D5656
5#5C5656
6#5C5757
7#5B5757
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 | C8C0 #C8C0C0 | BordersInactive statesPlaceholder text |
| 400 | ACA0 #ACA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9484 #948484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7868 #786868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F53 #5F5353 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443B #443B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C26 #2C2626 | 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: #C8C0C0;
--charcoal-400: #ACA0A0;
--charcoal-500: #948484;
--charcoal-600: #786868;
--charcoal-700: #5F5353;
--charcoal-800: #443B3B;
--charcoal-900: #2C2626;
--charcoal-950: #1B1818;
}