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