Charcoal
#5E5955
GrayColor Codes
All color formats for development
HEX
#5E5955RGB
rgb(94, 89, 85)HSL
hsl(27, 5%, 35%)OKLCH
oklch(0.467 0.009 61.3)CMYK
cmyk(0%, 5%, 10%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#54504C
2#4B4744
3#423E3B
4#383533
5#2F2C2A
6#252422
7#1C1B19
8#131211
9#090908
Tints
Lighter variations
1#6F6965
2#817A74
3#918A85
4#A19B97
5#B0ACA8
6#C0BCB9
7#D0CDCB
8#E0DEDC
9#EFEEEE
Tones
Muted variations
1#5D5955
2#5D5956
3#5C5956
4#5C5957
5#5B5957
6#5B5957
7#5B5958
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 | E0DE #E0DEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C4 #C7C4C1 | BordersInactive statesPlaceholder text |
| 400 | AAA5 #AAA5A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928C #928C87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7670 #76706B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E59 #5E5955 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433F #433F3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2927 | 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: #E0DEDC;
--charcoal-300: #C7C4C1;
--charcoal-400: #AAA5A1;
--charcoal-500: #928C87;
--charcoal-600: #76706B;
--charcoal-700: #5E5955;
--charcoal-800: #433F3D;
--charcoal-900: #2B2927;
--charcoal-950: #1B1918;
}