#b76eb4
a balanced, soft magenta / pink · warm · closest name: plum
RGB
183, 110, 180
HSL
303°, 34%, 58%
CMYK
0, 40, 2, 28
Luminance
0.2451
Every format
| HEX | #b76eb4 |
| RGB | rgb(183, 110, 180) |
| HSL | hsl(303, 34%, 58%) |
| CMYK | cmyk(0%, 40%, 2%, 28%) |
| LAB | lab(56.6 39.7 -25.1) |
| LCH | lch(56.6 47.0 327.7) |
| OKLCH | oklch(0.642 0.130 328.4) |
Copy-ready code
/* CSS */
color: #b76eb4;
background-color: #b76eb4;
/* Tailwind (arbitrary) */
class="text-[#b76eb4] bg-[#b76eb4]"
/* SCSS */
$brand: #b76eb4;
/* SwiftUI */
Color(red: 0.718, green: 0.431, blue: 0.706)
/* Android */
Color.parseColor("#b76eb4")Accessibility — WCAG contrast
Aa
#b76eb4 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76eb4 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green43.1%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow1.6%
Key (black)28.2%
Color previews
#b76eb4 text on a black background
contrast 5.90:1
Card sample
#b76eb4 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76eb4;
Background color
Panel with #b76eb4 background
background-color: #b76eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 110, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 110, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76eb4; background: linear-gradient(135deg, #b76eb4, #B76E83);