#b9b8af
a light, muted gray · cool · closest name: silver
RGB
185, 184, 175
HSL
54°, 7%, 71%
CMYK
0, 1, 5, 28
Luminance
0.4769
Every format
| HEX | #b9b8af |
| RGB | rgb(185, 184, 175) |
| HSL | hsl(54, 7%, 71%) |
| CMYK | cmyk(0%, 1%, 5%, 28%) |
| LAB | lab(74.6 -1.3 4.7) |
| LCH | lch(74.6 4.9 105.3) |
| OKLCH | oklch(0.781 0.013 101.5) |
Copy-ready code
/* CSS */
color: #b9b8af;
background-color: #b9b8af;
/* Tailwind (arbitrary) */
class="text-[#b9b8af] bg-[#b9b8af]"
/* SCSS */
$brand: #b9b8af;
/* SwiftUI */
Color(red: 0.725, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#b9b8af")Accessibility — WCAG contrast
Aa
#b9b8af on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b8af on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green72.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow5.4%
Key (black)27.5%
Color previews
#b9b8af text on a black background
contrast 10.54:1
Card sample
#b9b8af text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b8af;
Background color
Panel with #b9b8af background
background-color: #b9b8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b8af; background: linear-gradient(135deg, #b9b8af, #B3B9AF);