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