#bda2ad
a light, soft magenta / pink · warm · closest name: silver
RGB
189, 162, 173
HSL
336°, 17%, 69%
CMYK
0, 14, 9, 26
Luminance
0.3968
Every format
| HEX | #bda2ad |
| RGB | rgb(189, 162, 173) |
| HSL | hsl(336, 17%, 69%) |
| CMYK | cmyk(0%, 14%, 9%, 26%) |
| LAB | lab(69.2 11.8 -2.0) |
| LCH | lch(69.2 11.9 350.3) |
| OKLCH | oklch(0.739 0.035 351.5) |
Copy-ready code
/* CSS */
color: #bda2ad;
background-color: #bda2ad;
/* Tailwind (arbitrary) */
class="text-[#bda2ad] bg-[#bda2ad]"
/* SCSS */
$brand: #bda2ad;
/* SwiftUI */
Color(red: 0.741, green: 0.635, blue: 0.678)
/* Android */
Color.parseColor("#bda2ad")Accessibility — WCAG contrast
Aa
#bda2ad on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda2ad on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow8.5%
Key (black)25.9%
Color previews
#bda2ad text on a black background
contrast 8.94:1
Card sample
#bda2ad text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda2ad;
Background color
Panel with #bda2ad background
background-color: #bda2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 162, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 162, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda2ad; background: linear-gradient(135deg, #bda2ad, #BDA9A2);