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