Charcoal
#545F5F
GrayColor Codes
All color formats for development
HEX
#545F5FRGB
rgb(84, 95, 95)HSL
hsl(180, 6%, 35%)OKLCH
oklch(0.476 0.014 196.7)CMYK
cmyk(12%, 0%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5555
2#434C4C
3#3B4242
4#323939
5#2A2F2F
6#222626
7#191C1C
8#111313
9#080909
Tints
Lighter variations
1#637070
2#738282
3#849292
4#96A2A2
5#A7B1B1
6#B9C1C1
7#CAD0D0
8#DCE0E0
9#EDEFEF
Tones
Muted variations
1#545E5E
2#555E5E
3#565D5D
4#565C5C
5#575C5C
6#575B5B
7#585B5B
8#585A5A
9#595A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCE0 #DCE0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C8 #C1C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AB #A0ABAB | Disabled statesSecondary iconsMuted text |
| 500 | 8593 #859393 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6977 #697777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 545F #545F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C44 #3C4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262B #262B2B | Primary textHigh emphasis contentDark headings |
| 950 | 181B #181B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #ECEEEE;
--charcoal-200: #DCE0E0;
--charcoal-300: #C1C8C8;
--charcoal-400: #A0ABAB;
--charcoal-500: #859393;
--charcoal-600: #697777;
--charcoal-700: #545F5F;
--charcoal-800: #3C4444;
--charcoal-900: #262B2B;
--charcoal-950: #181B1B;
}