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