Charcoal
#57575B
GrayColor Codes
All color formats for development
HEX
#57575BRGB
rgb(87, 87, 91)HSL
hsl(240, 2%, 35%)OKLCH
oklch(0.458 0.006 286.1)CMYK
cmyk(4%, 4%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F4F52
2#464649
3#3D3D40
4#343437
5#2C2C2E
6#232324
7#1A1A1B
8#111112
9#090909
Tints
Lighter variations
1#68686C
2#78787D
3#89898D
4#9A9A9E
5#AAAAAE
6#BBBBBE
7#CCCCCE
8#DDDDDF
9#EEEEEF
Tones
Muted variations
1#58585B
2#58585B
3#58585A
4#58585A
5#58585A
6#59595A
7#59595A
8#59595A
9#595959
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDDD #DDDDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | C3C3 #C3C3C6 | BordersInactive statesPlaceholder text |
| 400 | A4A4 #A4A4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8A8A #8A8A8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 6E6E #6E6E72 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2828 #28282A | Primary textHigh emphasis contentDark headings |
| 950 | 1919 #19191A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EDEDEE;
--charcoal-200: #DDDDDF;
--charcoal-300: #C3C3C6;
--charcoal-400: #A4A4A8;
--charcoal-500: #8A8A8F;
--charcoal-600: #6E6E72;
--charcoal-700: #57575B;
--charcoal-800: #3E3E41;
--charcoal-900: #28282A;
--charcoal-950: #19191A;
}