#bdaeb7
a light, muted magenta / pink · warm · closest name: silver
RGB
189, 174, 183
HSL
324°, 10%, 71%
CMYK
0, 8, 3, 26
Luminance
0.4451
Every format
| HEX | #bdaeb7 |
| RGB | rgb(189, 174, 183) |
| HSL | hsl(324, 10%, 71%) |
| CMYK | cmyk(0%, 8%, 3%, 26%) |
| LAB | lab(72.6 7.0 -2.6) |
| LCH | lch(72.6 7.5 339.2) |
| OKLCH | oklch(0.766 0.021 340.8) |
Copy-ready code
/* CSS */
color: #bdaeb7;
background-color: #bdaeb7;
/* Tailwind (arbitrary) */
class="text-[#bdaeb7] bg-[#bdaeb7]"
/* SCSS */
$brand: #bdaeb7;
/* SwiftUI */
Color(red: 0.741, green: 0.682, blue: 0.718)
/* Android */
Color.parseColor("#bdaeb7")Accessibility — WCAG contrast
Aa
#bdaeb7 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaeb7 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.2%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow3.2%
Key (black)25.9%
Color previews
#bdaeb7 text on a black background
contrast 9.90:1
Card sample
#bdaeb7 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaeb7;
Background color
Panel with #bdaeb7 background
background-color: #bdaeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 174, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 174, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaeb7; background: linear-gradient(135deg, #bdaeb7, #BDAFAE);