#bd9dab
a light, soft magenta / pink · warm · closest name: silver
RGB
189, 157, 171
HSL
334°, 20%, 68%
CMYK
0, 17, 10, 26
Luminance
0.3787
Every format
| HEX | #bd9dab |
| RGB | rgb(189, 157, 171) |
| HSL | hsl(334, 20%, 68%) |
| CMYK | cmyk(0%, 17%, 10%, 26%) |
| LAB | lab(67.9 14.2 -2.8) |
| LCH | lch(67.9 14.4 348.7) |
| OKLCH | oklch(0.729 0.042 350.0) |
Copy-ready code
/* CSS */
color: #bd9dab;
background-color: #bd9dab;
/* Tailwind (arbitrary) */
class="text-[#bd9dab] bg-[#bd9dab]"
/* SCSS */
$brand: #bd9dab;
/* SwiftUI */
Color(red: 0.741, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#bd9dab")Accessibility — WCAG contrast
Aa
#bd9dab on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd9dab on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green61.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow9.5%
Key (black)25.9%
Color previews
#bd9dab text on a black background
contrast 8.57:1
Card sample
#bd9dab text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd9dab;
Background color
Panel with #bd9dab background
background-color: #bd9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd9dab; background: linear-gradient(135deg, #bd9dab, #BDA49D);