#b77dab
a balanced, soft magenta / pink · warm · closest name: plum
RGB
183, 125, 171
HSL
312°, 29%, 60%
CMYK
0, 32, 7, 28
Luminance
0.2767
Every format
| HEX | #b77dab |
| RGB | rgb(183, 125, 171) |
| HSL | hsl(312, 29%, 60%) |
| CMYK | cmyk(0%, 32%, 7%, 28%) |
| LAB | lab(59.6 29.8 -15.3) |
| LCH | lch(59.6 33.5 332.8) |
| OKLCH | oklch(0.663 0.095 334.3) |
Copy-ready code
/* CSS */
color: #b77dab;
background-color: #b77dab;
/* Tailwind (arbitrary) */
class="text-[#b77dab] bg-[#b77dab]"
/* SCSS */
$brand: #b77dab;
/* SwiftUI */
Color(red: 0.718, green: 0.490, blue: 0.671)
/* Android */
Color.parseColor("#b77dab")Accessibility — WCAG contrast
Aa
#b77dab on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b77dab on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green49.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow6.6%
Key (black)28.2%
Color previews
#b77dab text on a black background
contrast 6.53:1
Card sample
#b77dab text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77dab;
Background color
Panel with #b77dab background
background-color: #b77dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 125, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 125, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77dab; background: linear-gradient(135deg, #b77dab, #B77D84);