Charcoal
#505B62
BlueColor Codes
All color formats for development
HEX
#505B62RGB
rgb(80, 91, 98)HSL
hsl(203, 10%, 35%)OKLCH
oklch(0.464 0.018 235.7)CMYK
cmyk(18%, 7%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485258
2#40494F
3#384045
4#30373B
5#282E31
6#202527
7#181B1D
8#101214
9#08090A
Tints
Lighter variations
1#5F6C74
2#6E7D87
3#7F8E97
4#929EA5
5#A4AEB4
6#B6BEC3
7#C8CED2
8#DBDFE1
9#EDEFF0
Tones
Muted variations
1#515B61
2#525B60
3#535B5F
4#545A5F
5#555A5E
6#565A5D
7#575A5C
8#575A5B
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC6 #BEC6CA | BordersInactive statesPlaceholder text |
| 400 | 9DA8 #9DA8AF | Disabled statesSecondary iconsMuted text |
| 500 | 818F #818F98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6573 #65737B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505B #505B62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | 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: #EBEEEF;
--charcoal-200: #DBDFE1;
--charcoal-300: #BEC6CA;
--charcoal-400: #9DA8AF;
--charcoal-500: #818F98;
--charcoal-600: #65737B;
--charcoal-700: #505B62;
--charcoal-800: #394146;
--charcoal-900: #252A2D;
--charcoal-950: #171A1C;
}