Charcoal
#4B5968
BlueColor Codes
All color formats for development
HEX
#4B5968RGB
rgb(75, 89, 104)HSL
hsl(211, 16%, 35%)OKLCH
oklch(0.458 0.03 250.3)CMYK
cmyk(28%, 14%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43505D
2#3C4753
3#343E48
4#2D353E
5#252C34
6#1E2429
7#161B1F
8#0F1215
9#07090A
Tints
Lighter variations
1#59697B
2#677A8E
3#788A9E
4#8C9BAB
5#9FACB9
6#B2BCC7
7#C5CDD5
8#D9DEE3
9#ECEEF1
Tones
Muted variations
1#4C5966
2#4E5965
3#4F5963
4#515962
5#525960
6#54595F
7#55595E
8#56595C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC4 #BBC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A5 #97A5B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8C #7A8C9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E70 #5E7082 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B59 #4B5968 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #22292F | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D9DEE3;
--charcoal-300: #BBC4CE;
--charcoal-400: #97A5B4;
--charcoal-500: #7A8C9F;
--charcoal-600: #5E7082;
--charcoal-700: #4B5968;
--charcoal-800: #363F4A;
--charcoal-900: #22292F;
--charcoal-950: #15191E;
}