#b9b4af
a light, muted gray · warm · closest name: silver
RGB
185, 180, 175
HSL
30°, 7%, 71%
CMYK
0, 3, 5, 28
Luminance
0.4605
Every format
| HEX | #b9b4af |
| RGB | rgb(185, 180, 175) |
| HSL | hsl(30, 7%, 71%) |
| CMYK | cmyk(0%, 3%, 5%, 28%) |
| LAB | lab(73.6 0.9 3.2) |
| LCH | lch(73.6 3.3 74.8) |
| OKLCH | oklch(0.773 0.009 67.7) |
Copy-ready code
/* CSS */
color: #b9b4af;
background-color: #b9b4af;
/* Tailwind (arbitrary) */
class="text-[#b9b4af] bg-[#b9b4af]"
/* SCSS */
$brand: #b9b4af;
/* SwiftUI */
Color(red: 0.725, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#b9b4af")Accessibility — WCAG contrast
Aa
#b9b4af on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b4af on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow5.4%
Key (black)27.5%
Color previews
#b9b4af text on a black background
contrast 10.21:1
Card sample
#b9b4af text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b4af;
Background color
Panel with #b9b4af background
background-color: #b9b4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b4af; background: linear-gradient(135deg, #b9b4af, #B7B9AF);