Charcoal
#505862
BlueColor Codes
All color formats for development
HEX
#505862RGB
rgb(80, 88, 98)HSL
hsl(213, 10%, 35%)OKLCH
oklch(0.457 0.019 254)CMYK
cmyk(18%, 10%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485058
2#40474F
3#383E45
4#30353B
5#282C31
6#202327
7#181B1D
8#101214
9#08090A
Tints
Lighter variations
1#5F6974
2#6E7987
3#7F8A97
4#929BA5
5#A4ABB4
6#B6BCC3
7#C8CDD2
8#DBDEE1
9#EDEEF0
Tones
Muted variations
1#515861
2#525960
3#53595F
4#54595F
5#55595E
6#56595D
7#57595C
8#57595B
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC4 #BEC4CA | BordersInactive statesPlaceholder text |
| 400 | 9DA5 #9DA5AF | Disabled statesSecondary iconsMuted text |
| 500 | 818B #818B98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656F #656F7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5058 #505862 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393F #393F46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2528 #25282D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DBDEE1;
--charcoal-300: #BEC4CA;
--charcoal-400: #9DA5AF;
--charcoal-500: #818B98;
--charcoal-600: #656F7B;
--charcoal-700: #505862;
--charcoal-800: #393F46;
--charcoal-900: #25282D;
--charcoal-950: #17191C;
}