#bda3af
a light, soft magenta / pink · warm · closest name: silver
RGB
189, 163, 175
HSL
332°, 17%, 69%
CMYK
0, 14, 7, 26
Luminance
0.4011
Every format
| HEX | #bda3af |
| RGB | rgb(189, 163, 175) |
| HSL | hsl(332, 17%, 69%) |
| CMYK | cmyk(0%, 14%, 7%, 26%) |
| LAB | lab(69.5 11.6 -2.7) |
| LCH | lch(69.5 11.9 347.0) |
| OKLCH | oklch(0.742 0.035 348.4) |
Copy-ready code
/* CSS */
color: #bda3af;
background-color: #bda3af;
/* Tailwind (arbitrary) */
class="text-[#bda3af] bg-[#bda3af]"
/* SCSS */
$brand: #bda3af;
/* SwiftUI */
Color(red: 0.741, green: 0.639, blue: 0.686)
/* Android */
Color.parseColor("#bda3af")Accessibility — WCAG contrast
Aa
#bda3af on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda3af on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow7.4%
Key (black)25.9%
Color previews
#bda3af text on a black background
contrast 9.02:1
Card sample
#bda3af text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda3af;
Background color
Panel with #bda3af background
background-color: #bda3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 163, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 163, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda3af; background: linear-gradient(135deg, #bda3af, #BDA8A3);