#bfb2ac
a light, muted orange · warm · closest name: silver
RGB
191, 178, 172
HSL
19°, 13%, 71%
CMYK
0, 7, 10, 25
Luminance
0.4590
Every format
| HEX | #bfb2ac |
| RGB | rgb(191, 178, 172) |
| HSL | hsl(19, 13%, 71%) |
| CMYK | cmyk(0%, 7%, 10%, 25%) |
| LAB | lab(73.5 3.6 4.7) |
| LCH | lch(73.5 5.9 52.8) |
| OKLCH | oklch(0.773 0.017 46.5) |
Copy-ready code
/* CSS */
color: #bfb2ac;
background-color: #bfb2ac;
/* Tailwind (arbitrary) */
class="text-[#bfb2ac] bg-[#bfb2ac]"
/* SCSS */
$brand: #bfb2ac;
/* SwiftUI */
Color(red: 0.749, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#bfb2ac")Accessibility — WCAG contrast
Aa
#bfb2ac on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfb2ac on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow9.9%
Key (black)25.1%
Color previews
#bfb2ac text on a black background
contrast 10.18:1
Card sample
#bfb2ac text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfb2ac;
Background color
Panel with #bfb2ac background
background-color: #bfb2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfb2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfb2ac; background: linear-gradient(135deg, #bfb2ac, #BFBFAC);