Charcoal
#5E5655
GrayColor Codes
All color formats for development
HEX
#5E5655RGB
rgb(94, 86, 85)HSL
hsl(7, 5%, 35%)OKLCH
oklch(0.46 0.011 26.1)CMYK
cmyk(0%, 9%, 10%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#544D4C
2#4B4544
3#423C3B
4#383333
5#2F2B2A
6#252222
7#1C1A19
8#131111
9#090908
Tints
Lighter variations
1#6F6665
2#817674
3#918785
4#A19897
5#B0A9A8
6#C0BAB9
7#D0CBCB
8#E0DDDC
9#EFEEEE
Tones
Muted variations
1#5D5655
2#5D5756
3#5C5756
4#5C5757
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 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C2 #C7C2C1 | BordersInactive statesPlaceholder text |
| 400 | AAA2 #AAA2A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9288 #928887 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766C #766C6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E56 #5E5655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433D #433D3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B27 #2B2727 | 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: #EEECEC;
--charcoal-200: #E0DDDC;
--charcoal-300: #C7C2C1;
--charcoal-400: #AAA2A1;
--charcoal-500: #928887;
--charcoal-600: #766C6B;
--charcoal-700: #5E5655;
--charcoal-800: #433D3D;
--charcoal-900: #2B2727;
--charcoal-950: #1B1918;
}