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