#bfacb8
a light, muted magenta / pink · warm · closest name: silver
RGB
191, 172, 184
HSL
322°, 13%, 71%
CMYK
0, 10, 4, 25
Luminance
0.4404
Every format
| HEX | #bfacb8 |
| RGB | rgb(191, 172, 184) |
| HSL | hsl(322, 13%, 71%) |
| CMYK | cmyk(0%, 10%, 4%, 25%) |
| LAB | lab(72.3 9.0 -3.6) |
| LCH | lch(72.3 9.7 337.9) |
| OKLCH | oklch(0.764 0.027 339.6) |
Copy-ready code
/* CSS */
color: #bfacb8;
background-color: #bfacb8;
/* Tailwind (arbitrary) */
class="text-[#bfacb8] bg-[#bfacb8]"
/* SCSS */
$brand: #bfacb8;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.722)
/* Android */
Color.parseColor("#bfacb8")Accessibility — WCAG contrast
Aa
#bfacb8 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacb8 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow3.7%
Key (black)25.1%
Color previews
#bfacb8 text on a black background
contrast 9.81:1
Card sample
#bfacb8 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacb8;
Background color
Panel with #bfacb8 background
background-color: #bfacb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacb8; background: linear-gradient(135deg, #bfacb8, #BFADAC);