#b57eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
181, 126, 176
HSL
306°, 27%, 60%
CMYK
0, 30, 3, 29
Luminance
0.2788
Every format
| HEX | #b57eb0 |
| RGB | rgb(181, 126, 176) |
| HSL | hsl(306, 27%, 60%) |
| CMYK | cmyk(0%, 30%, 3%, 29%) |
| LAB | lab(59.8 29.5 -17.9) |
| LCH | lch(59.8 34.5 328.7) |
| OKLCH | oklch(0.665 0.096 329.7) |
Copy-ready code
/* CSS */
color: #b57eb0;
background-color: #b57eb0;
/* Tailwind (arbitrary) */
class="text-[#b57eb0] bg-[#b57eb0]"
/* SCSS */
$brand: #b57eb0;
/* SwiftUI */
Color(red: 0.710, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#b57eb0")Accessibility — WCAG contrast
Aa
#b57eb0 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b57eb0 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow2.8%
Key (black)29.0%
Color previews
#b57eb0 text on a black background
contrast 6.58:1
Card sample
#b57eb0 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57eb0;
Background color
Panel with #b57eb0 background
background-color: #b57eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57eb0; background: linear-gradient(135deg, #b57eb0, #B57E8B);