Charcoal
#515B61
GrayColor Codes
All color formats for development
HEX
#515B61RGB
rgb(81, 91, 97)HSL
hsl(202, 9%, 35%)OKLCH
oklch(0.465 0.016 234.1)CMYK
cmyk(16%, 6%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495258
2#41494E
3#394044
4#31373A
5#292E31
6#202527
7#181B1D
8#101213
9#08090A
Tints
Lighter variations
1#606C73
2#6F7D85
3#818E95
4#939EA5
5#A5AEB4
6#B7BEC3
7#C9CED2
8#DBDFE1
9#EDEFF0
Tones
Muted variations
1#525B60
2#535B60
3#545B5F
4#545B5E
5#555A5D
6#565A5C
7#575A5C
8#585A5B
9#58595A
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 | BFC6 #BFC6CA | BordersInactive statesPlaceholder text |
| 400 | 9EA8 #9EA8AE | Disabled statesSecondary iconsMuted text |
| 500 | 828F #828F97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6673 #66737A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515B #515B61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A41 #3A4145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2C | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | 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: #BFC6CA;
--charcoal-400: #9EA8AE;
--charcoal-500: #828F97;
--charcoal-600: #66737A;
--charcoal-700: #515B61;
--charcoal-800: #3A4145;
--charcoal-900: #252A2C;
--charcoal-950: #171A1C;
}