#8d3f7d
a dark, soft magenta / pink · warm · closest name: purple
RGB
141, 63, 125
HSL
312°, 38%, 40%
CMYK
0, 55, 11, 45
Luminance
0.1070
Every format
| HEX | #8d3f7d |
| RGB | rgb(141, 63, 125) |
| HSL | hsl(312, 38%, 40%) |
| CMYK | cmyk(0%, 55%, 11%, 45%) |
| LAB | lab(39.1 41.4 -19.9) |
| LCH | lch(39.1 45.9 334.3) |
| OKLCH | oklch(0.492 0.132 335.9) |
Copy-ready code
/* CSS */
color: #8d3f7d;
background-color: #8d3f7d;
/* Tailwind (arbitrary) */
class="text-[#8d3f7d] bg-[#8d3f7d]"
/* SCSS */
$brand: #8d3f7d;
/* SwiftUI */
Color(red: 0.553, green: 0.247, blue: 0.490)
/* Android */
Color.parseColor("#8d3f7d")Accessibility — WCAG contrast
Aa
#8d3f7d on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8d3f7d on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green24.7%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow11.3%
Key (black)44.7%
Color previews
#8d3f7d text on a black background
contrast 3.14:1
Card sample
#8d3f7d text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d3f7d;
Background color
Panel with #8d3f7d background
background-color: #8d3f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d3f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 63, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 63, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d3f7d; background: linear-gradient(135deg, #8d3f7d, #8D3F49);