Charcoal
#515D61
GrayColor Codes
All color formats for development
HEX
#515D61RGB
rgb(81, 93, 97)HSL
hsl(195, 9%, 35%)OKLCH
oklch(0.469 0.016 219.8)CMYK
cmyk(16%, 4%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495458
2#414B4E
3#394144
4#31383A
5#292F31
6#202527
7#181C1D
8#101313
9#08090A
Tints
Lighter variations
1#606F73
2#6F8085
3#819095
4#93A0A5
5#A5B0B4
6#B7C0C3
7#C9D0D2
8#DBDFE1
9#EDEFF0
Tones
Muted variations
1#525D60
2#535C60
3#545C5F
4#545C5E
5#555B5D
6#565B5C
7#575A5C
8#585A5B
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC7 #BFC7CA | BordersInactive statesPlaceholder text |
| 400 | 9EAA #9EAAAE | Disabled statesSecondary iconsMuted text |
| 500 | 8291 #829197 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6675 #66757A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515D #515D61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A43 #3A4345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2C | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #ECEEEF;
--charcoal-200: #DBDFE1;
--charcoal-300: #BFC7CA;
--charcoal-400: #9EAAAE;
--charcoal-500: #829197;
--charcoal-600: #66757A;
--charcoal-700: #515D61;
--charcoal-800: #3A4345;
--charcoal-900: #252B2C;
--charcoal-950: #171B1C;
}