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