Charcoal
#505362
BlueColor Codes
All color formats for development
HEX
#505362RGB
rgb(80, 83, 98)HSL
hsl(230, 10%, 35%)OKLCH
oklch(0.445 0.025 276.4)CMYK
cmyk(18%, 15%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484B58
2#40434F
3#383A45
4#30323B
5#282A31
6#202127
7#18191D
8#101114
9#08080A
Tints
Lighter variations
1#5F6374
2#6E7287
3#7F8397
4#9295A5
5#A4A7B4
6#B6B8C3
7#C8CAD2
8#DBDCE1
9#EDEDF0
Tones
Muted variations
1#515461
2#525460
3#53555F
4#54565F
5#55565E
6#56575D
7#57575C
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 | BEC0 #BEC0CA | BordersInactive statesPlaceholder text |
| 400 | 9DA0 #9DA0AF | Disabled statesSecondary iconsMuted text |
| 500 | 8185 #818598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6569 #65697B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5053 #505362 | 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: #BEC0CA;
--charcoal-400: #9DA0AF;
--charcoal-500: #818598;
--charcoal-600: #65697B;
--charcoal-700: #505362;
--charcoal-800: #393C46;
--charcoal-900: #25262D;
--charcoal-950: #17181C;
}