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