#bfb2b2
a light, muted red · warm · closest name: silver
RGB
191, 178, 178
HSL
0°, 9%, 72%
CMYK
0, 7, 7, 25
Luminance
0.4613
Every format
| HEX | #bfb2b2 |
| RGB | rgb(191, 178, 178) |
| HSL | hsl(0, 9%, 72%) |
| CMYK | cmyk(0%, 7%, 7%, 25%) |
| LAB | lab(73.6 4.6 1.7) |
| LCH | lch(73.6 4.9 19.8) |
| OKLCH | oklch(0.774 0.015 17.5) |
Copy-ready code
/* CSS */
color: #bfb2b2;
background-color: #bfb2b2;
/* Tailwind (arbitrary) */
class="text-[#bfb2b2] bg-[#bfb2b2]"
/* SCSS */
$brand: #bfb2b2;
/* SwiftUI */
Color(red: 0.749, green: 0.698, blue: 0.698)
/* Android */
Color.parseColor("#bfb2b2")Accessibility — WCAG contrast
Aa
#bfb2b2 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfb2b2 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green69.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow6.8%
Key (black)25.1%
Color previews
#bfb2b2 text on a black background
contrast 10.23:1
Card sample
#bfb2b2 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfb2b2;
Background color
Panel with #bfb2b2 background
background-color: #bfb2b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfb2b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 178, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 178, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfb2b2; background: linear-gradient(135deg, #bfb2b2, #BFBBB2);