#bda7ba
a light, muted magenta / pink · warm · closest name: silver
RGB
189, 167, 186
HSL
308°, 14%, 70%
CMYK
0, 12, 2, 26
Luminance
0.4200
Every format
| HEX | #bda7ba |
| RGB | rgb(189, 167, 186) |
| HSL | hsl(308, 14%, 70%) |
| CMYK | cmyk(0%, 12%, 2%, 26%) |
| LAB | lab(70.9 11.4 -6.8) |
| LCH | lch(70.9 13.2 329.1) |
| OKLCH | oklch(0.753 0.036 330.4) |
Copy-ready code
/* CSS */
color: #bda7ba;
background-color: #bda7ba;
/* Tailwind (arbitrary) */
class="text-[#bda7ba] bg-[#bda7ba]"
/* SCSS */
$brand: #bda7ba;
/* SwiftUI */
Color(red: 0.741, green: 0.655, blue: 0.729)
/* Android */
Color.parseColor("#bda7ba")Accessibility — WCAG contrast
Aa
#bda7ba on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda7ba on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow1.6%
Key (black)25.9%
Color previews
#bda7ba text on a black background
contrast 9.40:1
Card sample
#bda7ba text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda7ba;
Background color
Panel with #bda7ba background
background-color: #bda7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 167, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 167, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda7ba; background: linear-gradient(135deg, #bda7ba, #BDA7AB);