#4e515b
a dark, muted gray · warm · closest name: darkslategray
RGB
78, 81, 91
HSL
226°, 8%, 33%
CMYK
14, 11, 0, 64
Luminance
0.0826
Every format
| HEX | #4e515b |
| RGB | rgb(78, 81, 91) |
| HSL | hsl(226, 8%, 33%) |
| CMYK | cmyk(14%, 11%, 0%, 64%) |
| LAB | lab(34.5 1.1 -6.2) |
| LCH | lch(34.5 6.3 280.2) |
| OKLCH | oklch(0.436 0.017 272.4) |
Copy-ready code
/* CSS */
color: #4e515b;
background-color: #4e515b;
/* Tailwind (arbitrary) */
class="text-[#4e515b] bg-[#4e515b]"
/* SCSS */
$brand: #4e515b;
/* SwiftUI */
Color(red: 0.306, green: 0.318, blue: 0.357)
/* Android */
Color.parseColor("#4e515b")Accessibility — WCAG contrast
Aa
#4e515b on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e515b on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green31.8%
Blue35.7%
CMYK percentages
Cyan14.3%
Magenta11.0%
Yellow0.0%
Key (black)64.3%
Color previews
#4e515b text on a black background
contrast 2.65:1
Card sample
#4e515b text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e515b;
Background color
Panel with #4e515b background
background-color: #4e515b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e515b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 81, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 81, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e515b; background: linear-gradient(135deg, #4e515b, #544E5B);