Charcoal
#505962
BlueColor Codes
All color formats for development
HEX
#505962RGB
rgb(80, 89, 98)HSL
hsl(210, 10%, 35%)OKLCH
oklch(0.459 0.019 248.2)CMYK
cmyk(18%, 9%, 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#30363B
5#282D31
6#202427
7#181B1D
8#101214
9#08090A
Tints
Lighter variations
1#5F6A74
2#6E7A87
3#7F8B97
4#929CA5
5#A4ACB4
6#B6BDC3
7#C8CDD2
8#DBDEE1
9#EDEEF0
Tones
Muted variations
1#515961
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 | 9DA6 #9DA6AF | Disabled statesSecondary iconsMuted text |
| 500 | 818C #818C98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6570 #65707B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5059 #505962 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3940 #394046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292D | 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: #F7F7F8;
--charcoal-100: #EBEDEF;
--charcoal-200: #DBDEE1;
--charcoal-300: #BEC4CA;
--charcoal-400: #9DA6AF;
--charcoal-500: #818C98;
--charcoal-600: #65707B;
--charcoal-700: #505962;
--charcoal-800: #394046;
--charcoal-900: #25292D;
--charcoal-950: #171A1C;
}