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