#87366c
a dark, soft magenta / pink · warm · closest name: purple
RGB
135, 54, 108
HSL
320°, 43%, 37%
CMYK
0, 60, 20, 47
Luminance
0.0887
Every format
| HEX | #87366c |
| RGB | rgb(135, 54, 108) |
| HSL | hsl(320, 43%, 37%) |
| CMYK | cmyk(0%, 60%, 20%, 47%) |
| LAB | lab(35.7 41.2 -14.4) |
| LCH | lch(35.7 43.6 340.7) |
| OKLCH | oklch(0.463 0.129 342.5) |
Copy-ready code
/* CSS */
color: #87366c;
background-color: #87366c;
/* Tailwind (arbitrary) */
class="text-[#87366c] bg-[#87366c]"
/* SCSS */
$brand: #87366c;
/* SwiftUI */
Color(red: 0.529, green: 0.212, blue: 0.424)
/* Android */
Color.parseColor("#87366c")Accessibility — WCAG contrast
Aa
#87366c on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#87366c on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green21.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow20.0%
Key (black)47.1%
Color previews
#87366c text on a black background
contrast 2.77:1
Card sample
#87366c text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87366c;
Background color
Panel with #87366c background
background-color: #87366c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87366c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 54, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 54, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87366c; background: linear-gradient(135deg, #87366c, #873636);