#87478f
a dark, soft magenta / pink · warm · closest name: purple
RGB
135, 71, 143
HSL
293°, 34%, 42%
CMYK
6, 50, 0, 44
Luminance
0.1164
Every format
| HEX | #87478f |
| RGB | rgb(135, 71, 143) |
| HSL | hsl(293, 34%, 42%) |
| CMYK | cmyk(6%, 50%, 0%, 44%) |
| LAB | lab(40.6 38.7 -28.5) |
| LCH | lch(40.6 48.0 323.6) |
| OKLCH | oklch(0.504 0.131 323.0) |
Copy-ready code
/* CSS */
color: #87478f;
background-color: #87478f;
/* Tailwind (arbitrary) */
class="text-[#87478f] bg-[#87478f]"
/* SCSS */
$brand: #87478f;
/* SwiftUI */
Color(red: 0.529, green: 0.278, blue: 0.561)
/* Android */
Color.parseColor("#87478f")Accessibility — WCAG contrast
Aa
#87478f on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#87478f on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green27.8%
Blue56.1%
CMYK percentages
Cyan5.6%
Magenta50.3%
Yellow0.0%
Key (black)43.9%
Color previews
#87478f text on a black background
contrast 3.33:1
Card sample
#87478f text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87478f;
Background color
Panel with #87478f background
background-color: #87478f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87478f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 71, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 71, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87478f; background: linear-gradient(135deg, #87478f, #8F4767);