#bfacb5
a light, muted magenta / pink · warm · closest name: silver
RGB
191, 172, 181
HSL
332°, 13%, 71%
CMYK
0, 10, 5, 25
Luminance
0.4392
Every format
| HEX | #bfacb5 |
| RGB | rgb(191, 172, 181) |
| HSL | hsl(332, 13%, 71%) |
| CMYK | cmyk(0%, 10%, 5%, 25%) |
| LAB | lab(72.2 8.4 -2.1) |
| LCH | lch(72.2 8.7 345.9) |
| OKLCH | oklch(0.763 0.025 347.4) |
Copy-ready code
/* CSS */
color: #bfacb5;
background-color: #bfacb5;
/* Tailwind (arbitrary) */
class="text-[#bfacb5] bg-[#bfacb5]"
/* SCSS */
$brand: #bfacb5;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.710)
/* Android */
Color.parseColor("#bfacb5")Accessibility — WCAG contrast
Aa
#bfacb5 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacb5 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow5.2%
Key (black)25.1%
Color previews
#bfacb5 text on a black background
contrast 9.78:1
Card sample
#bfacb5 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacb5;
Background color
Panel with #bfacb5 background
background-color: #bfacb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacb5; background: linear-gradient(135deg, #bfacb5, #BFB0AC);