#bda0af
a light, soft magenta / pink · warm · closest name: silver
RGB
189, 160, 175
HSL
329°, 18%, 68%
CMYK
0, 15, 7, 26
Luminance
0.3906
Every format
| HEX | #bda0af |
| RGB | rgb(189, 160, 175) |
| HSL | hsl(329, 18%, 68%) |
| CMYK | cmyk(0%, 15%, 7%, 26%) |
| LAB | lab(68.8 13.2 -3.8) |
| LCH | lch(68.8 13.7 344.0) |
| OKLCH | oklch(0.736 0.040 345.6) |
Copy-ready code
/* CSS */
color: #bda0af;
background-color: #bda0af;
/* Tailwind (arbitrary) */
class="text-[#bda0af] bg-[#bda0af]"
/* SCSS */
$brand: #bda0af;
/* SwiftUI */
Color(red: 0.741, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#bda0af")Accessibility — WCAG contrast
Aa
#bda0af on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda0af on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow7.4%
Key (black)25.9%
Color previews
#bda0af text on a black background
contrast 8.81:1
Card sample
#bda0af text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda0af;
Background color
Panel with #bda0af background
background-color: #bda0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda0af; background: linear-gradient(135deg, #bda0af, #BDA4A0);