#b77da6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
183, 125, 166
HSL
318°, 29%, 60%
CMYK
0, 32, 9, 28
Luminance
0.2749
Every format
| HEX | #b77da6 |
| RGB | rgb(183, 125, 166) |
| HSL | hsl(318, 29%, 60%) |
| CMYK | cmyk(0%, 32%, 9%, 28%) |
| LAB | lab(59.4 28.9 -12.7) |
| LCH | lch(59.4 31.6 336.3) |
| OKLCH | oklch(0.662 0.090 337.9) |
Copy-ready code
/* CSS */
color: #b77da6;
background-color: #b77da6;
/* Tailwind (arbitrary) */
class="text-[#b77da6] bg-[#b77da6]"
/* SCSS */
$brand: #b77da6;
/* SwiftUI */
Color(red: 0.718, green: 0.490, blue: 0.651)
/* Android */
Color.parseColor("#b77da6")Accessibility — WCAG contrast
Aa
#b77da6 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b77da6 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green49.0%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow9.3%
Key (black)28.2%
Color previews
#b77da6 text on a black background
contrast 6.50:1
Card sample
#b77da6 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77da6;
Background color
Panel with #b77da6 background
background-color: #b77da6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77da6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 125, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 125, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77da6; background: linear-gradient(135deg, #b77da6, #B77D7F);