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