#8d3f5e
a dark, soft magenta / pink · warm · closest name: sienna
RGB
141, 63, 94
HSL
336°, 38%, 40%
CMYK
0, 55, 33, 45
Luminance
0.1003
Every format
| HEX | #8d3f5e |
| RGB | rgb(141, 63, 94) |
| HSL | hsl(336, 38%, 40%) |
| CMYK | cmyk(0%, 55%, 33%, 45%) |
| LAB | lab(37.9 36.6 -2.3) |
| LCH | lch(37.9 36.7 356.4) |
| OKLCH | oklch(0.479 0.111 357.1) |
Copy-ready code
/* CSS */
color: #8d3f5e;
background-color: #8d3f5e;
/* Tailwind (arbitrary) */
class="text-[#8d3f5e] bg-[#8d3f5e]"
/* SCSS */
$brand: #8d3f5e;
/* SwiftUI */
Color(red: 0.553, green: 0.247, blue: 0.369)
/* Android */
Color.parseColor("#8d3f5e")Accessibility — WCAG contrast
Aa
#8d3f5e on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8d3f5e on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green24.7%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow33.3%
Key (black)44.7%
Color previews
#8d3f5e text on a black background
contrast 3.01:1
Card sample
#8d3f5e text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d3f5e;
Background color
Panel with #8d3f5e background
background-color: #8d3f5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d3f5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 63, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 63, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d3f5e; background: linear-gradient(135deg, #8d3f5e, #8D543F);