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