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