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