#b96eb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
185, 110, 178
HSL
306°, 35%, 58%
CMYK
0, 41, 4, 28
Luminance
0.2468
Every format
| HEX | #b96eb2 |
| RGB | rgb(185, 110, 178) |
| HSL | hsl(306, 35%, 58%) |
| CMYK | cmyk(0%, 41%, 4%, 28%) |
| LAB | lab(56.8 40.0 -23.6) |
| LCH | lch(56.8 46.4 329.4) |
| OKLCH | oklch(0.643 0.130 330.4) |
Copy-ready code
/* CSS */
color: #b96eb2;
background-color: #b96eb2;
/* Tailwind (arbitrary) */
class="text-[#b96eb2] bg-[#b96eb2]"
/* SCSS */
$brand: #b96eb2;
/* SwiftUI */
Color(red: 0.725, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#b96eb2")Accessibility — WCAG contrast
Aa
#b96eb2 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96eb2 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green43.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow3.8%
Key (black)27.5%
Color previews
#b96eb2 text on a black background
contrast 5.94:1
Card sample
#b96eb2 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96eb2;
Background color
Panel with #b96eb2 background
background-color: #b96eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96eb2; background: linear-gradient(135deg, #b96eb2, #B96E80);