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