#86355f
a dark, soft magenta / pink · warm · closest name: purple
RGB
134, 53, 95
HSL
329°, 43%, 37%
CMYK
0, 60, 29, 48
Luminance
0.0844
Every format
| HEX | #86355f |
| RGB | rgb(134, 53, 95) |
| HSL | hsl(329, 43%, 37%) |
| CMYK | cmyk(0%, 60%, 29%, 48%) |
| LAB | lab(34.9 39.4 -7.5) |
| LCH | lch(34.9 40.1 349.2) |
| OKLCH | oklch(0.455 0.121 350.7) |
Copy-ready code
/* CSS */
color: #86355f;
background-color: #86355f;
/* Tailwind (arbitrary) */
class="text-[#86355f] bg-[#86355f]"
/* SCSS */
$brand: #86355f;
/* SwiftUI */
Color(red: 0.525, green: 0.208, blue: 0.373)
/* Android */
Color.parseColor("#86355f")Accessibility — WCAG contrast
Aa
#86355f on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#86355f on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green20.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow29.1%
Key (black)47.5%
Color previews
#86355f text on a black background
contrast 2.69:1
Card sample
#86355f text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86355f;
Background color
Panel with #86355f background
background-color: #86355f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86355f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 53, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 53, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86355f; background: linear-gradient(135deg, #86355f, #864135);