#bd9eb2
a light, soft magenta / pink · warm · closest name: silver
RGB
189, 158, 178
HSL
321°, 19%, 68%
CMYK
0, 16, 6, 26
Luminance
0.3849
Every format
| HEX | #bd9eb2 |
| RGB | rgb(189, 158, 178) |
| HSL | hsl(321, 19%, 68%) |
| CMYK | cmyk(0%, 16%, 6%, 26%) |
| LAB | lab(68.4 14.8 -6.1) |
| LCH | lch(68.4 16.0 337.8) |
| OKLCH | oklch(0.733 0.045 339.5) |
Copy-ready code
/* CSS */
color: #bd9eb2;
background-color: #bd9eb2;
/* Tailwind (arbitrary) */
class="text-[#bd9eb2] bg-[#bd9eb2]"
/* SCSS */
$brand: #bd9eb2;
/* SwiftUI */
Color(red: 0.741, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#bd9eb2")Accessibility — WCAG contrast
Aa
#bd9eb2 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd9eb2 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow5.8%
Key (black)25.9%
Color previews
#bd9eb2 text on a black background
contrast 8.70:1
Card sample
#bd9eb2 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd9eb2;
Background color
Panel with #bd9eb2 background
background-color: #bd9eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd9eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd9eb2; background: linear-gradient(135deg, #bd9eb2, #BD9F9E);