#b4bfbf
a light, muted gray · cool · closest name: silver
RGB
180, 191, 191
HSL
180°, 8%, 73%
CMYK
6, 0, 0, 25
Luminance
0.5073
Every format
| HEX | #b4bfbf |
| RGB | rgb(180, 191, 191) |
| HSL | hsl(180, 8%, 73%) |
| CMYK | cmyk(6%, 0%, 0%, 25%) |
| LAB | lab(76.5 -3.8 -1.3) |
| LCH | lch(76.5 4.0 199.1) |
| OKLCH | oklch(0.796 0.012 196.9) |
Copy-ready code
/* CSS */
color: #b4bfbf;
background-color: #b4bfbf;
/* Tailwind (arbitrary) */
class="text-[#b4bfbf] bg-[#b4bfbf]"
/* SCSS */
$brand: #b4bfbf;
/* SwiftUI */
Color(red: 0.706, green: 0.749, blue: 0.749)
/* Android */
Color.parseColor("#b4bfbf")Accessibility — WCAG contrast
Aa
#b4bfbf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4bfbf on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green74.9%
Blue74.9%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow0.0%
Key (black)25.1%
Color previews
#b4bfbf text on a black background
contrast 11.15:1
Card sample
#b4bfbf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4bfbf;
Background color
Panel with #b4bfbf background
background-color: #b4bfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4bfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 191, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 191, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4bfbf; background: linear-gradient(135deg, #b4bfbf, #B4B8BF);