#bdacba
a light, muted magenta / pink · warm · closest name: silver
RGB
189, 172, 186
HSL
311°, 11%, 71%
CMYK
0, 9, 2, 26
Luminance
0.4387
Every format
| HEX | #bdacba |
| RGB | rgb(189, 172, 186) |
| HSL | hsl(311, 11%, 71%) |
| CMYK | cmyk(0%, 9%, 2%, 26%) |
| LAB | lab(72.1 8.6 -4.9) |
| LCH | lch(72.1 9.9 330.2) |
| OKLCH | oklch(0.763 0.027 331.7) |
Copy-ready code
/* CSS */
color: #bdacba;
background-color: #bdacba;
/* Tailwind (arbitrary) */
class="text-[#bdacba] bg-[#bdacba]"
/* SCSS */
$brand: #bdacba;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#bdacba")Accessibility — WCAG contrast
Aa
#bdacba on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdacba on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow1.6%
Key (black)25.9%
Color previews
#bdacba text on a black background
contrast 9.77:1
Card sample
#bdacba text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdacba;
Background color
Panel with #bdacba background
background-color: #bdacba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdacba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdacba; background: linear-gradient(135deg, #bdacba, #BDACAF);