#b49eb2
a light, muted magenta / pink · warm · closest name: silver
RGB
180, 158, 178
HSL
306°, 13%, 66%
CMYK
0, 12, 1, 29
Luminance
0.3737
Every format
| HEX | #b49eb2 |
| RGB | rgb(180, 158, 178) |
| HSL | hsl(306, 13%, 66%) |
| CMYK | cmyk(0%, 12%, 1%, 29%) |
| LAB | lab(67.6 11.7 -7.4) |
| LCH | lch(67.6 13.8 327.7) |
| OKLCH | oklch(0.725 0.038 328.8) |
Copy-ready code
/* CSS */
color: #b49eb2;
background-color: #b49eb2;
/* Tailwind (arbitrary) */
class="text-[#b49eb2] bg-[#b49eb2]"
/* SCSS */
$brand: #b49eb2;
/* SwiftUI */
Color(red: 0.706, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#b49eb2")Accessibility — WCAG contrast
Aa
#b49eb2 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b49eb2 on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow1.1%
Key (black)29.4%
Color previews
#b49eb2 text on a black background
contrast 8.47:1
Card sample
#b49eb2 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b49eb2;
Background color
Panel with #b49eb2 background
background-color: #b49eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b49eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b49eb2; background: linear-gradient(135deg, #b49eb2, #B49EA3);