#4b5858
a dark, muted cyan · cool · closest name: darkslategray
RGB
75, 88, 88
HSL
180°, 8%, 32%
CMYK
15, 0, 0, 66
Luminance
0.0918
Every format
| HEX | #4b5858 |
| RGB | rgb(75, 88, 88) |
| HSL | hsl(180, 8%, 32%) |
| CMYK | cmyk(15%, 0%, 0%, 66%) |
| LAB | lab(36.3 -5.0 -1.7) |
| LCH | lch(36.3 5.3 198.7) |
| OKLCH | oklch(0.449 0.016 196.6) |
Copy-ready code
/* CSS */
color: #4b5858;
background-color: #4b5858;
/* Tailwind (arbitrary) */
class="text-[#4b5858] bg-[#4b5858]"
/* SCSS */
$brand: #4b5858;
/* SwiftUI */
Color(red: 0.294, green: 0.345, blue: 0.345)
/* Android */
Color.parseColor("#4b5858")Accessibility — WCAG contrast
Aa
#4b5858 on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b5858 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green34.5%
Blue34.5%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow0.0%
Key (black)65.5%
Color previews
#4b5858 text on a black background
contrast 2.84:1
Card sample
#4b5858 text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b5858;
Background color
Panel with #4b5858 background
background-color: #4b5858;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b5858;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 88, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 88, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b5858; background: linear-gradient(135deg, #4b5858, #4B4F58);