#b86eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
184, 110, 179
HSL
304°, 34%, 58%
CMYK
0, 40, 3, 28
Luminance
0.2460
Every format
| HEX | #b86eb3 |
| RGB | rgb(184, 110, 179) |
| HSL | hsl(304, 34%, 58%) |
| CMYK | cmyk(0%, 40%, 3%, 28%) |
| LAB | lab(56.7 39.8 -24.4) |
| LCH | lch(56.7 46.7 328.6) |
| OKLCH | oklch(0.643 0.130 329.4) |
Copy-ready code
/* CSS */
color: #b86eb3;
background-color: #b86eb3;
/* Tailwind (arbitrary) */
class="text-[#b86eb3] bg-[#b86eb3]"
/* SCSS */
$brand: #b86eb3;
/* SwiftUI */
Color(red: 0.722, green: 0.431, blue: 0.702)
/* Android */
Color.parseColor("#b86eb3")Accessibility — WCAG contrast
Aa
#b86eb3 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86eb3 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green43.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow2.7%
Key (black)27.8%
Color previews
#b86eb3 text on a black background
contrast 5.92:1
Card sample
#b86eb3 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86eb3;
Background color
Panel with #b86eb3 background
background-color: #b86eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 110, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 110, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86eb3; background: linear-gradient(135deg, #b86eb3, #B86E81);