#4e434e
a dark, muted gray · warm · closest name: darkslategray
RGB
78, 67, 78
HSL
300°, 8%, 28%
CMYK
0, 14, 0, 69
Luminance
0.0618
Every format
| HEX | #4e434e |
| RGB | rgb(78, 67, 78) |
| HSL | hsl(300, 8%, 28%) |
| CMYK | cmyk(0%, 14%, 0%, 69%) |
| LAB | lab(29.9 7.0 -4.9) |
| LCH | lch(29.9 8.5 325.1) |
| OKLCH | oklch(0.398 0.023 326.0) |
Copy-ready code
/* CSS */
color: #4e434e;
background-color: #4e434e;
/* Tailwind (arbitrary) */
class="text-[#4e434e] bg-[#4e434e]"
/* SCSS */
$brand: #4e434e;
/* SwiftUI */
Color(red: 0.306, green: 0.263, blue: 0.306)
/* Android */
Color.parseColor("#4e434e")Accessibility — WCAG contrast
Aa
#4e434e on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e434e on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green26.3%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow0.0%
Key (black)69.4%
Color previews
#4e434e text on a black background
contrast 2.24:1
Card sample
#4e434e text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e434e;
Background color
Panel with #4e434e background
background-color: #4e434e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e434e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 67, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 67, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e434e; background: linear-gradient(135deg, #4e434e, #4E4347);