Charcoal
#5F5F53
GrayColor Codes
All color formats for development
HEX
#5F5F53RGB
rgb(95, 95, 83)HSL
hsl(60, 7%, 35%)OKLCH
oklch(0.482 0.019 107.1)CMYK
cmyk(0%, 0%, 13%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56564B
2#4C4C42
3#43433A
4#393932
5#30302A
6#262621
7#1D1D19
8#131311
9#0A0A08
Tints
Lighter variations
1#717162
2#838372
3#939383
4#A3A395
5#B2B2A6
6#C1C1B8
7#D1D1CA
8#E0E0DC
9#F0F0ED
Tones
Muted variations
1#5F5F54
2#5E5E54
3#5E5E55
4#5D5D56
5#5C5C56
6#5C5C57
7#5B5B57
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 | E0E0 #E0E0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C8 #C8C8C0 | BordersInactive statesPlaceholder text |
| 400 | ACAC #ACACA0 | Disabled statesSecondary iconsMuted text |
| 500 | 9494 #949484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7878 #787868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5F #5F5F53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4444 #44443B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C2C #2C2C26 | 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: #C8C8C0;
--charcoal-400: #ACACA0;
--charcoal-500: #949484;
--charcoal-600: #787868;
--charcoal-700: #5F5F53;
--charcoal-800: #44443B;
--charcoal-900: #2C2C26;
--charcoal-950: #1B1B18;
}