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