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