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