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