#b86096
a balanced, soft magenta / pink · warm · closest name: plum
RGB
184, 96, 150
HSL
323°, 38%, 55%
CMYK
0, 48, 19, 28
Luminance
0.2076
Every format
| HEX | #b86096 |
| RGB | rgb(184, 96, 150) |
| HSL | hsl(323, 38%, 55%) |
| CMYK | cmyk(0%, 48%, 19%, 28%) |
| LAB | lab(52.7 42.3 -13.6) |
| LCH | lch(52.7 44.4 342.2) |
| OKLCH | oklch(0.609 0.131 344.0) |
Copy-ready code
/* CSS */
color: #b86096;
background-color: #b86096;
/* Tailwind (arbitrary) */
class="text-[#b86096] bg-[#b86096]"
/* SCSS */
$brand: #b86096;
/* SwiftUI */
Color(red: 0.722, green: 0.376, blue: 0.588)
/* Android */
Color.parseColor("#b86096")Accessibility — WCAG contrast
Aa
#b86096 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86096 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green37.6%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow18.5%
Key (black)27.8%
Color previews
#b86096 text on a black background
contrast 5.15:1
Card sample
#b86096 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86096;
Background color
Panel with #b86096 background
background-color: #b86096;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86096;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 96, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 96, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86096; background: linear-gradient(135deg, #b86096, #B86560);