Charcoal
#505462
BlueColor Codes
All color formats for development
HEX
#505462RGB
rgb(80, 84, 98)HSL
hsl(227, 10%, 35%)OKLCH
oklch(0.448 0.023 272.8)CMYK
cmyk(18%, 14%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484C58
2#40434F
3#383B45
4#30333B
5#282A31
6#202227
7#18191D
8#101114
9#08080A
Tints
Lighter variations
1#5F6474
2#6E7387
3#7F8497
4#9296A5
5#A4A7B4
6#B6B9C3
7#C8CAD2
8#DBDCE1
9#EDEDF0
Tones
Muted variations
1#515561
2#525560
3#53565F
4#54565F
5#55575E
6#56575D
7#57585C
8#57585B
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC1 #BEC1CA | BordersInactive statesPlaceholder text |
| 400 | 9DA1 #9DA1AF | Disabled statesSecondary iconsMuted text |
| 500 | 8186 #818698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656A #656A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5054 #505462 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DBDCE1;
--charcoal-300: #BEC1CA;
--charcoal-400: #9DA1AF;
--charcoal-500: #818698;
--charcoal-600: #656A7B;
--charcoal-700: #505462;
--charcoal-800: #393C46;
--charcoal-900: #25262D;
--charcoal-950: #17181C;
}