#bfbaba
a light, muted gray · warm · closest name: silver
RGB
191, 186, 186
HSL
0°, 4%, 74%
CMYK
0, 3, 3, 25
Luminance
0.4974
Every format
| HEX | #bfbaba |
| RGB | rgb(191, 186, 186) |
| HSL | hsl(0, 4%, 74%) |
| CMYK | cmyk(0%, 3%, 3%, 25%) |
| LAB | lab(75.9 1.8 0.6) |
| LCH | lch(75.9 1.9 19.5) |
| OKLCH | oklch(0.793 0.006 17.3) |
Copy-ready code
/* CSS */
color: #bfbaba;
background-color: #bfbaba;
/* Tailwind (arbitrary) */
class="text-[#bfbaba] bg-[#bfbaba]"
/* SCSS */
$brand: #bfbaba;
/* SwiftUI */
Color(red: 0.749, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#bfbaba")Accessibility — WCAG contrast
Aa
#bfbaba on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbaba on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow2.6%
Key (black)25.1%
Color previews
#bfbaba text on a black background
contrast 10.95:1
Card sample
#bfbaba text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbaba;
Background color
Panel with #bfbaba background
background-color: #bfbaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbaba; background: linear-gradient(135deg, #bfbaba, #BFBDBA);