#b17eb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
177, 126, 178
HSL
299°, 25%, 60%
CMYK
1, 29, 0, 30
Luminance
0.2748
Every format
| HEX | #b17eb2 |
| RGB | rgb(177, 126, 178) |
| HSL | hsl(299, 25%, 60%) |
| CMYK | cmyk(1%, 29%, 0%, 30%) |
| LAB | lab(59.4 28.6 -19.6) |
| LCH | lch(59.4 34.7 325.5) |
| OKLCH | oklch(0.661 0.095 325.9) |
Copy-ready code
/* CSS */
color: #b17eb2;
background-color: #b17eb2;
/* Tailwind (arbitrary) */
class="text-[#b17eb2] bg-[#b17eb2]"
/* SCSS */
$brand: #b17eb2;
/* SwiftUI */
Color(red: 0.694, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#b17eb2")Accessibility — WCAG contrast
Aa
#b17eb2 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b17eb2 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green49.4%
Blue69.8%
CMYK percentages
Cyan0.6%
Magenta29.2%
Yellow0.0%
Key (black)30.2%
Color previews
#b17eb2 text on a black background
contrast 6.50:1
Card sample
#b17eb2 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b17eb2;
Background color
Panel with #b17eb2 background
background-color: #b17eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b17eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b17eb2; background: linear-gradient(135deg, #b17eb2, #B27E90);