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