Charcoal
#515F61
GrayColor Codes
All color formats for development
HEX
#515F61RGB
rgb(81, 95, 97)HSL
hsl(187, 9%, 35%)OKLCH
oklch(0.474 0.018 207.1)CMYK
cmyk(16%, 2%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495658
2#414C4E
3#394344
4#31393A
5#293031
6#202627
7#181D1D
8#101313
9#080A0A
Tints
Lighter variations
1#607173
2#6F8385
3#819395
4#93A2A5
5#A5B2B4
6#B7C1C3
7#C9D1D2
8#DBE0E1
9#EDF0F0
Tones
Muted variations
1#525F60
2#535E60
3#545E5F
4#545D5E
5#555C5D
6#565C5C
7#575B5C
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 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC8 #BFC8CA | BordersInactive statesPlaceholder text |
| 400 | 9EAC #9EACAE | Disabled statesSecondary iconsMuted text |
| 500 | 8294 #829497 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6678 #66787A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515F #515F61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A44 #3A4445 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2C | 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: #DBE0E1;
--charcoal-300: #BFC8CA;
--charcoal-400: #9EACAE;
--charcoal-500: #829497;
--charcoal-600: #66787A;
--charcoal-700: #515F61;
--charcoal-800: #3A4445;
--charcoal-900: #252C2C;
--charcoal-950: #171B1C;
}