#9d466f
a dark, soft magenta / pink · warm · closest name: plum
RGB
157, 70, 111
HSL
332°, 38%, 45%
CMYK
0, 55, 29, 38
Luminance
0.1270
Every format
| HEX | #9d466f |
| RGB | rgb(157, 70, 111) |
| HSL | hsl(332, 38%, 45%) |
| CMYK | cmyk(0%, 55%, 29%, 38%) |
| LAB | lab(42.3 40.9 -6.1) |
| LCH | lch(42.3 41.3 351.5) |
| OKLCH | oklch(0.519 0.125 352.8) |
Copy-ready code
/* CSS */
color: #9d466f;
background-color: #9d466f;
/* Tailwind (arbitrary) */
class="text-[#9d466f] bg-[#9d466f]"
/* SCSS */
$brand: #9d466f;
/* SwiftUI */
Color(red: 0.616, green: 0.275, blue: 0.435)
/* Android */
Color.parseColor("#9d466f")Accessibility — WCAG contrast
Aa
#9d466f on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9d466f on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green27.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow29.3%
Key (black)38.4%
Color previews
#9d466f text on a black background
contrast 3.54:1
Card sample
#9d466f text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d466f;
Background color
Panel with #9d466f background
background-color: #9d466f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d466f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 70, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 70, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d466f; background: linear-gradient(135deg, #9d466f, #9D5746);