#b59eb2
a light, muted magenta / pink · warm · closest name: silver
RGB
181, 158, 178
HSL
308°, 14%, 67%
CMYK
0, 13, 2, 29
Luminance
0.3749
Every format
| HEX | #b59eb2 |
| RGB | rgb(181, 158, 178) |
| HSL | hsl(308, 14%, 67%) |
| CMYK | cmyk(0%, 13%, 2%, 29%) |
| LAB | lab(67.6 12.0 -7.2) |
| LCH | lch(67.6 14.0 329.0) |
| OKLCH | oklch(0.726 0.039 330.2) |
Copy-ready code
/* CSS */
color: #b59eb2;
background-color: #b59eb2;
/* Tailwind (arbitrary) */
class="text-[#b59eb2] bg-[#b59eb2]"
/* SCSS */
$brand: #b59eb2;
/* SwiftUI */
Color(red: 0.710, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#b59eb2")Accessibility — WCAG contrast
Aa
#b59eb2 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59eb2 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow1.7%
Key (black)29.0%
Color previews
#b59eb2 text on a black background
contrast 8.50:1
Card sample
#b59eb2 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59eb2;
Background color
Panel with #b59eb2 background
background-color: #b59eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59eb2; background: linear-gradient(135deg, #b59eb2, #B59EA3);