#bda8af
a light, muted magenta / pink · warm · closest name: silver
RGB
189, 168, 175
HSL
340°, 14%, 70%
CMYK
0, 11, 7, 26
Luminance
0.4192
Every format
| HEX | #bda8af |
| RGB | rgb(189, 168, 175) |
| HSL | hsl(340, 14%, 70%) |
| CMYK | cmyk(0%, 11%, 7%, 26%) |
| LAB | lab(70.8 8.8 -0.8) |
| LCH | lch(70.8 8.8 354.7) |
| OKLCH | oklch(0.752 0.026 355.6) |
Copy-ready code
/* CSS */
color: #bda8af;
background-color: #bda8af;
/* Tailwind (arbitrary) */
class="text-[#bda8af] bg-[#bda8af]"
/* SCSS */
$brand: #bda8af;
/* SwiftUI */
Color(red: 0.741, green: 0.659, blue: 0.686)
/* Android */
Color.parseColor("#bda8af")Accessibility — WCAG contrast
Aa
#bda8af on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda8af on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow7.4%
Key (black)25.9%
Color previews
#bda8af text on a black background
contrast 9.38:1
Card sample
#bda8af text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda8af;
Background color
Panel with #bda8af background
background-color: #bda8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 168, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 168, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda8af; background: linear-gradient(135deg, #bda8af, #BDAFA8);