Charcoal
#505562
BlueColor Codes
All color formats for development
HEX
#505562RGB
rgb(80, 85, 98)HSL
hsl(223, 10%, 35%)OKLCH
oklch(0.45 0.022 268.8)CMYK
cmyk(18%, 13%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484D58
2#40444F
3#383C45
4#30333B
5#282B31
6#202227
7#181A1D
8#101114
9#08090A
Tints
Lighter variations
1#5F6574
2#6E7587
3#7F8697
4#9297A5
5#A4A9B4
6#B6BAC3
7#C8CBD2
8#DBDCE1
9#EDEEF0
Tones
Muted variations
1#515661
2#525660
3#53575F
4#54575F
5#55575E
6#56585D
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 | BEC2 #BEC2CA | BordersInactive statesPlaceholder text |
| 400 | 9DA2 #9DA2AF | Disabled statesSecondary iconsMuted text |
| 500 | 8187 #818798 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656B #656B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5055 #505562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | 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: #BEC2CA;
--charcoal-400: #9DA2AF;
--charcoal-500: #818798;
--charcoal-600: #656B7B;
--charcoal-700: #505562;
--charcoal-800: #393D46;
--charcoal-900: #25272D;
--charcoal-950: #17181C;
}