#bda4ba
a light, soft magenta / pink · warm · closest name: silver
RGB
189, 164, 186
HSL
307°, 16%, 69%
CMYK
0, 13, 2, 26
Luminance
0.4091
Every format
| HEX | #bda4ba |
| RGB | rgb(189, 164, 186) |
| HSL | hsl(307, 16%, 69%) |
| CMYK | cmyk(0%, 13%, 2%, 26%) |
| LAB | lab(70.1 13.0 -7.9) |
| LCH | lch(70.1 15.2 328.7) |
| OKLCH | oklch(0.747 0.042 329.9) |
Copy-ready code
/* CSS */
color: #bda4ba;
background-color: #bda4ba;
/* Tailwind (arbitrary) */
class="text-[#bda4ba] bg-[#bda4ba]"
/* SCSS */
$brand: #bda4ba;
/* SwiftUI */
Color(red: 0.741, green: 0.643, blue: 0.729)
/* Android */
Color.parseColor("#bda4ba")Accessibility — WCAG contrast
Aa
#bda4ba on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda4ba on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green64.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow1.6%
Key (black)25.9%
Color previews
#bda4ba text on a black background
contrast 9.18:1
Card sample
#bda4ba text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda4ba;
Background color
Panel with #bda4ba background
background-color: #bda4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 164, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 164, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda4ba; background: linear-gradient(135deg, #bda4ba, #BDA4A9);