#bfacb0
a light, muted red · warm · closest name: silver
RGB
191, 172, 176
HSL
347°, 13%, 71%
CMYK
0, 10, 8, 25
Luminance
0.4372
Every format
| HEX | #bfacb0 |
| RGB | rgb(191, 172, 176) |
| HSL | hsl(347, 13%, 71%) |
| CMYK | cmyk(0%, 10%, 8%, 25%) |
| LAB | lab(72.0 7.5 0.5) |
| LCH | lch(72.0 7.5 3.4) |
| OKLCH | oklch(0.762 0.023 3.3) |
Copy-ready code
/* CSS */
color: #bfacb0;
background-color: #bfacb0;
/* Tailwind (arbitrary) */
class="text-[#bfacb0] bg-[#bfacb0]"
/* SCSS */
$brand: #bfacb0;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.690)
/* Android */
Color.parseColor("#bfacb0")Accessibility — WCAG contrast
Aa
#bfacb0 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacb0 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow7.9%
Key (black)25.1%
Color previews
#bfacb0 text on a black background
contrast 9.74:1
Card sample
#bfacb0 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacb0;
Background color
Panel with #bfacb0 background
background-color: #bfacb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacb0; background: linear-gradient(135deg, #bfacb0, #BFB5AC);