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