#bfbcba
a light, muted gray · warm · “silver”
RGB
191, 188, 186
HSL
24°, 4%, 74%
CMYK
0, 2, 3, 25
Luminance
0.5059
Every format
| HEX | #bfbcba |
| RGB | rgb(191, 188, 186) |
| HSL | hsl(24, 4%, 74%) |
| CMYK | cmyk(0%, 2%, 3%, 25%) |
| LAB | lab(76.4 0.7 1.4) |
| LCH | lch(76.4 1.5 63.8) |
| OKLCH | oklch(0.797 0.004 56.4) |
Copy-ready code
/* CSS */
color: #bfbcba;
background-color: #bfbcba;
/* Tailwind (arbitrary) */
class="text-[#bfbcba] bg-[#bfbcba]"
/* SCSS */
$brand: #bfbcba;
/* SwiftUI */
Color(red: 0.749, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#bfbcba")Accessibility — WCAG contrast
Aa
#bfbcba on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbcba on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow2.6%
Key (black)25.1%
Color previews
#bfbcba text on a black background
contrast 11.12:1
Card sample
#bfbcba text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbcba;
Background color
Panel with #bfbcba background
background-color: #bfbcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbcba; background: linear-gradient(135deg, #bfbcba, #BFBFBA);