Charcoal
#57575C
GrayColor Codes
All color formats for development
HEX
#57575CRGB
rgb(87, 87, 92)HSL
hsl(240, 3%, 35%)OKLCH
oklch(0.459 0.008 286.1)CMYK
cmyk(5%, 5%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E4E53
2#45454A
3#3D3D40
4#343437
5#2B2B2E
6#232325
7#1A1A1C
8#111112
9#090909
Tints
Lighter variations
1#67676D
2#77777E
3#87878E
4#99999F
5#AAAAAF
6#BBBBBF
7#CCCCCF
8#DDDDDF
9#EEEEEF
Tones
Muted variations
1#57575C
2#57575B
3#57575B
4#58585B
5#58585B
6#58585A
7#58585A
8#59595A
9#59595A
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 | A3A3 #A3A3A8 | Disabled statesSecondary iconsMuted text |
| 500 | 8989 #898990 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D6D #6D6D74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5757 #57575C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E3E #3E3E42 | 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: #A3A3A8;
--charcoal-500: #898990;
--charcoal-600: #6D6D74;
--charcoal-700: #57575C;
--charcoal-800: #3E3E42;
--charcoal-900: #28282A;
--charcoal-950: #19191A;
}