Charcoal
#5E5755
GrayColor Codes
All color formats for development
HEX
#5E5755RGB
rgb(94, 87, 85)HSL
hsl(13, 5%, 35%)OKLCH
oklch(0.463 0.01 36.5)CMYK
cmyk(0%, 7%, 10%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#544E4C
2#4B4544
3#423D3B
4#383433
5#2F2B2A
6#252322
7#1C1A19
8#131111
9#090908
Tints
Lighter variations
1#6F6765
2#817774
3#918885
4#A19997
5#B0AAA8
6#C0BBB9
7#D0CCCB
8#E0DDDC
9#EFEEEE
Tones
Muted variations
1#5D5755
2#5D5756
3#5C5756
4#5C5857
5#5B5857
6#5B5857
7#5B5858
8#5A5958
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 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C3 #C7C3C1 | BordersInactive statesPlaceholder text |
| 400 | AAA3 #AAA3A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9289 #928987 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766D #766D6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E57 #5E5755 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433E #433E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2827 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEEDEC;
--charcoal-200: #E0DDDC;
--charcoal-300: #C7C3C1;
--charcoal-400: #AAA3A1;
--charcoal-500: #928987;
--charcoal-600: #766D6B;
--charcoal-700: #5E5755;
--charcoal-800: #433E3D;
--charcoal-900: #2B2827;
--charcoal-950: #1B1918;
}