Charcoal
#5F5954
GrayColor Codes
All color formats for development
HEX
#5F5954RGB
rgb(95, 89, 84)HSL
hsl(27, 6%, 35%)OKLCH
oklch(0.468 0.011 62.4)CMYK
cmyk(0%, 6%, 12%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55504C
2#4C4743
3#423E3B
4#393532
5#2F2C2A
6#262322
7#1C1B19
8#131211
9#090908
Tints
Lighter variations
1#706963
2#827A73
3#928A84
4#A29B96
5#B1ACA7
6#C1BCB9
7#D0CDCA
8#E0DEDC
9#EFEEED
Tones
Muted variations
1#5E5954
2#5E5955
3#5D5956
4#5C5956
5#5C5957
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 | C8C4 #C8C4C1 | BordersInactive statesPlaceholder text |
| 400 | ABA5 #ABA5A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938C #938C85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7770 #777069 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F59 #5F5954 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443F #443F3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2926 | 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: #C8C4C1;
--charcoal-400: #ABA5A0;
--charcoal-500: #938C85;
--charcoal-600: #777069;
--charcoal-700: #5F5954;
--charcoal-800: #443F3C;
--charcoal-900: #2B2926;
--charcoal-950: #1B1918;
}