#5f4451
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
95, 68, 81
HSL
331°, 17%, 32%
CMYK
0, 28, 15, 63
Luminance
0.0716
Every format
| HEX | #5f4451 |
| RGB | rgb(95, 68, 81) |
| HSL | hsl(331, 17%, 32%) |
| CMYK | cmyk(0%, 28%, 15%, 63%) |
| LAB | lab(32.2 13.9 -3.2) |
| LCH | lch(32.2 14.3 347.1) |
| OKLCH | oklch(0.421 0.042 348.6) |
Copy-ready code
/* CSS */
color: #5f4451;
background-color: #5f4451;
/* Tailwind (arbitrary) */
class="text-[#5f4451] bg-[#5f4451]"
/* SCSS */
$brand: #5f4451;
/* SwiftUI */
Color(red: 0.373, green: 0.267, blue: 0.318)
/* Android */
Color.parseColor("#5f4451")Accessibility — WCAG contrast
Aa
#5f4451 on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f4451 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green26.7%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow14.7%
Key (black)62.7%
Color previews
#5f4451 text on a black background
contrast 2.43:1
Card sample
#5f4451 text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4451;
Background color
Panel with #5f4451 background
background-color: #5f4451;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4451;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 68, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 68, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4451; background: linear-gradient(135deg, #5f4451, #5F4944);