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