#b77da3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
183, 125, 163
HSL
321°, 29%, 60%
CMYK
0, 32, 11, 28
Luminance
0.2738
Every format
| HEX | #b77da3 |
| RGB | rgb(183, 125, 163) |
| HSL | hsl(321, 29%, 60%) |
| CMYK | cmyk(0%, 32%, 11%, 28%) |
| LAB | lab(59.3 28.4 -11.1) |
| LCH | lch(59.3 30.5 338.6) |
| OKLCH | oklch(0.660 0.088 340.3) |
Copy-ready code
/* CSS */
color: #b77da3;
background-color: #b77da3;
/* Tailwind (arbitrary) */
class="text-[#b77da3] bg-[#b77da3]"
/* SCSS */
$brand: #b77da3;
/* SwiftUI */
Color(red: 0.718, green: 0.490, blue: 0.639)
/* Android */
Color.parseColor("#b77da3")Accessibility — WCAG contrast
Aa
#b77da3 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b77da3 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green49.0%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow10.9%
Key (black)28.2%
Color previews
#b77da3 text on a black background
contrast 6.48:1
Card sample
#b77da3 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77da3;
Background color
Panel with #b77da3 background
background-color: #b77da3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77da3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 125, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 125, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77da3; background: linear-gradient(135deg, #b77da3, #B77E7D);