#87008f
a dark, electric magenta / pink · warm · closest name: purple
RGB
135, 0, 143
HSL
297°, 100%, 28%
CMYK
6, 100, 0, 44
Luminance
0.0713
Every format
| HEX | #87008f |
| RGB | rgb(135, 0, 143) |
| HSL | hsl(297, 100%, 28%) |
| CMYK | cmyk(6%, 100%, 0%, 44%) |
| LAB | lab(32.1 62.5 -42.0) |
| LCH | lch(32.1 75.3 326.1) |
| OKLCH | oklch(0.443 0.207 325.4) |
Copy-ready code
/* CSS */
color: #87008f;
background-color: #87008f;
/* Tailwind (arbitrary) */
class="text-[#87008f] bg-[#87008f]"
/* SCSS */
$brand: #87008f;
/* SwiftUI */
Color(red: 0.529, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#87008f")Accessibility — WCAG contrast
Aa
#87008f on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#87008f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green0.0%
Blue56.1%
CMYK percentages
Cyan5.6%
Magenta100.0%
Yellow0.0%
Key (black)43.9%
Color previews
#87008f text on a black background
contrast 2.43:1
Card sample
#87008f text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87008f;
Background color
Panel with #87008f background
background-color: #87008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87008f; background: linear-gradient(135deg, #87008f, #8F0038);