#86357b
a dark, soft magenta / pink · warm · closest name: purple
RGB
134, 53, 123
HSL
308°, 43%, 37%
CMYK
0, 60, 8, 48
Luminance
0.0904
Every format
| HEX | #86357b |
| RGB | rgb(134, 53, 123) |
| HSL | hsl(308, 43%, 37%) |
| CMYK | cmyk(0%, 60%, 8%, 48%) |
| LAB | lab(36.1 43.8 -23.4) |
| LCH | lch(36.1 49.6 331.9) |
| OKLCH | oklch(0.467 0.141 333.2) |
Copy-ready code
/* CSS */
color: #86357b;
background-color: #86357b;
/* Tailwind (arbitrary) */
class="text-[#86357b] bg-[#86357b]"
/* SCSS */
$brand: #86357b;
/* SwiftUI */
Color(red: 0.525, green: 0.208, blue: 0.482)
/* Android */
Color.parseColor("#86357b")Accessibility — WCAG contrast
Aa
#86357b on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#86357b on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green20.8%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow8.2%
Key (black)47.5%
Color previews
#86357b text on a black background
contrast 2.81:1
Card sample
#86357b text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86357b;
Background color
Panel with #86357b background
background-color: #86357b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86357b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 53, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 53, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86357b; background: linear-gradient(135deg, #86357b, #863545);