#87397b
a dark, soft magenta / pink · warm · closest name: purple
RGB
135, 57, 123
HSL
309°, 41%, 38%
CMYK
0, 58, 9, 47
Luminance
0.0951
Every format
| HEX | #87397b |
| RGB | rgb(135, 57, 123) |
| HSL | hsl(309, 41%, 38%) |
| CMYK | cmyk(0%, 58%, 9%, 47%) |
| LAB | lab(37.0 42.2 -22.0) |
| LCH | lch(37.0 47.5 332.5) |
| OKLCH | oklch(0.474 0.136 333.8) |
Copy-ready code
/* CSS */
color: #87397b;
background-color: #87397b;
/* Tailwind (arbitrary) */
class="text-[#87397b] bg-[#87397b]"
/* SCSS */
$brand: #87397b;
/* SwiftUI */
Color(red: 0.529, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#87397b")Accessibility — WCAG contrast
Aa
#87397b on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#87397b on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green22.4%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow8.9%
Key (black)47.1%
Color previews
#87397b text on a black background
contrast 2.90:1
Card sample
#87397b text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87397b;
Background color
Panel with #87397b background
background-color: #87397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87397b; background: linear-gradient(135deg, #87397b, #873947);