Charcoal
#4B5868
BlueColor Codes
All color formats for development
HEX
#4B5868RGB
rgb(75, 88, 104)HSL
hsl(213, 16%, 35%)OKLCH
oklch(0.455 0.031 253.8)CMYK
cmyk(28%, 15%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434F5D
2#3C4653
3#343D48
4#2D353E
5#252C34
6#1E2329
7#161A1F
8#0F1215
9#07090A
Tints
Lighter variations
1#59687B
2#67788E
3#78899E
4#8C9AAB
5#9FABB9
6#B2BCC7
7#C5CCD5
8#D9DDE3
9#ECEEF1
Tones
Muted variations
1#4C5866
2#4E5865
3#4F5863
4#515862
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 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC3 #BBC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A4 #97A4B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8A #7A8A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6E #5E6E82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B58 #4B5868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #22282F | 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: #D9DDE3;
--charcoal-300: #BBC3CE;
--charcoal-400: #97A4B4;
--charcoal-500: #7A8A9F;
--charcoal-600: #5E6E82;
--charcoal-700: #4B5868;
--charcoal-800: #363F4A;
--charcoal-900: #22282F;
--charcoal-950: #15191E;
}