#4f4b57
a dark, muted gray · warm · closest name: darkslategray
RGB
79, 75, 87
HSL
260°, 7%, 32%
CMYK
9, 14, 0, 66
Luminance
0.0738
Every format
| HEX | #4f4b57 |
| RGB | rgb(79, 75, 87) |
| HSL | hsl(260, 7%, 32%) |
| CMYK | cmyk(9%, 14%, 0%, 66%) |
| LAB | lab(32.7 4.3 -6.5) |
| LCH | lch(32.7 7.8 303.8) |
| OKLCH | oklch(0.421 0.020 300.7) |
Copy-ready code
/* CSS */
color: #4f4b57;
background-color: #4f4b57;
/* Tailwind (arbitrary) */
class="text-[#4f4b57] bg-[#4f4b57]"
/* SCSS */
$brand: #4f4b57;
/* SwiftUI */
Color(red: 0.310, green: 0.294, blue: 0.341)
/* Android */
Color.parseColor("#4f4b57")Accessibility — WCAG contrast
Aa
#4f4b57 on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f4b57 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green29.4%
Blue34.1%
CMYK percentages
Cyan9.2%
Magenta13.8%
Yellow0.0%
Key (black)65.9%
Color previews
#4f4b57 text on a black background
contrast 2.48:1
Card sample
#4f4b57 text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4b57;
Background color
Panel with #4f4b57 background
background-color: #4f4b57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4b57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 75, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 75, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4b57; background: linear-gradient(135deg, #4f4b57, #574B57);