Charcoal
#505662
BlueColor Codes
All color formats for development
HEX
#505662RGB
rgb(80, 86, 98)HSL
hsl(220, 10%, 35%)OKLCH
oklch(0.452 0.021 264.3)CMYK
cmyk(18%, 12%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484E58
2#40454F
3#383C45
4#30343B
5#282B31
6#202327
7#181A1D
8#101114
9#08090A
Tints
Lighter variations
1#5F6674
2#6E7687
3#7F8797
4#9298A5
5#A4A9B4
6#B6BAC3
7#C8CCD2
8#DBDDE1
9#EDEEF0
Tones
Muted variations
1#515761
2#525760
3#53575F
4#54575F
5#55585E
6#56585D
7#57585C
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 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC2 #BEC2CA | BordersInactive statesPlaceholder text |
| 400 | 9DA3 #9DA3AF | Disabled statesSecondary iconsMuted text |
| 500 | 8188 #818898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656C #656C7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5056 #505662 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393E #393E46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | 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: #DBDDE1;
--charcoal-300: #BEC2CA;
--charcoal-400: #9DA3AF;
--charcoal-500: #818898;
--charcoal-600: #656C7B;
--charcoal-700: #505662;
--charcoal-800: #393E46;
--charcoal-900: #25272D;
--charcoal-950: #17191C;
}