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