Charcoal
#505A62
BlueColor Codes
All color formats for development
HEX
#505A62RGB
rgb(80, 90, 98)HSL
hsl(207, 10%, 35%)OKLCH
oklch(0.462 0.018 242.1)CMYK
cmyk(18%, 8%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485158
2#40484F
3#383F45
4#30363B
5#282D31
6#202427
7#181B1D
8#101214
9#08090A
Tints
Lighter variations
1#5F6B74
2#6E7C87
3#7F8C97
4#929DA5
5#A4ADB4
6#B6BDC3
7#C8CED2
8#DBDEE1
9#EDEFF0
Tones
Muted variations
1#515A61
2#525A60
3#535A5F
4#545A5F
5#555A5E
6#565A5D
7#575A5C
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 | BEC5 #BEC5CA | BordersInactive statesPlaceholder text |
| 400 | 9DA7 #9DA7AF | Disabled statesSecondary iconsMuted text |
| 500 | 818D #818D98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6571 #65717B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505A #505A62 | 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: #BEC5CA;
--charcoal-400: #9DA7AF;
--charcoal-500: #818D98;
--charcoal-600: #65717B;
--charcoal-700: #505A62;
--charcoal-800: #394046;
--charcoal-900: #25292D;
--charcoal-950: #171A1C;
}