Charcoal
#535F5F
GrayColor Codes
All color formats for development
HEX
#535F5FRGB
rgb(83, 95, 95)HSL
hsl(180, 7%, 35%)OKLCH
oklch(0.475 0.015 196.7)CMYK
cmyk(13%, 0%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B5656
2#424C4C
3#3A4343
4#323939
5#2A3030
6#212626
7#191D1D
8#111313
9#080A0A
Tints
Lighter variations
1#627171
2#728383
3#839393
4#95A3A3
5#A6B2B2
6#B8C1C1
7#CAD1D1
8#DCE0E0
9#EDF0F0
Tones
Muted variations
1#545F5F
2#545E5E
3#555E5E
4#565D5D
5#565C5C
6#575C5C
7#575B5B
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 | C0C8 #C0C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AC #A0ACAC | Disabled statesSecondary iconsMuted text |
| 500 | 8494 #849494 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6878 #687878 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 535F #535F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B44 #3B4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262C #262C2C | 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: #C0C8C8;
--charcoal-400: #A0ACAC;
--charcoal-500: #849494;
--charcoal-600: #687878;
--charcoal-700: #535F5F;
--charcoal-800: #3B4444;
--charcoal-900: #262C2C;
--charcoal-950: #181B1B;
}