#bfac9c
a light, soft orange · warm · closest name: silver
RGB
191, 172, 156
HSL
27°, 22%, 68%
CMYK
0, 10, 18, 25
Luminance
0.4298
Every format
| HEX | #bfac9c |
| RGB | rgb(191, 172, 156) |
| HSL | hsl(27, 22%, 68%) |
| CMYK | cmyk(0%, 10%, 18%, 25%) |
| LAB | lab(71.5 4.2 10.7) |
| LCH | lch(71.5 11.5 68.5) |
| OKLCH | oklch(0.756 0.032 62.4) |
Copy-ready code
/* CSS */
color: #bfac9c;
background-color: #bfac9c;
/* Tailwind (arbitrary) */
class="text-[#bfac9c] bg-[#bfac9c]"
/* SCSS */
$brand: #bfac9c;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.612)
/* Android */
Color.parseColor("#bfac9c")Accessibility — WCAG contrast
Aa
#bfac9c on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfac9c on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow18.3%
Key (black)25.1%
Color previews
#bfac9c text on a black background
contrast 9.60:1
Card sample
#bfac9c text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfac9c;
Background color
Panel with #bfac9c background
background-color: #bfac9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfac9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfac9c; background: linear-gradient(135deg, #bfac9c, #BBBF9C);