#b3b5af
a light, muted gray · cool · closest name: silver
RGB
179, 181, 175
HSL
80°, 4%, 70%
CMYK
1, 0, 3, 29
Luminance
0.4573
Every format
| HEX | #b3b5af |
| RGB | rgb(179, 181, 175) |
| HSL | hsl(80, 4%, 70%) |
| CMYK | cmyk(1%, 0%, 3%, 29%) |
| LAB | lab(73.4 -1.8 2.8) |
| LCH | lch(73.4 3.3 122.8) |
| OKLCH | oklch(0.770 0.009 121.7) |
Copy-ready code
/* CSS */
color: #b3b5af;
background-color: #b3b5af;
/* Tailwind (arbitrary) */
class="text-[#b3b5af] bg-[#b3b5af]"
/* SCSS */
$brand: #b3b5af;
/* SwiftUI */
Color(red: 0.702, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#b3b5af")Accessibility — WCAG contrast
Aa
#b3b5af on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b5af on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green71.0%
Blue68.6%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow3.3%
Key (black)29.0%
Color previews
#b3b5af text on a black background
contrast 10.15:1
Card sample
#b3b5af text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b5af;
Background color
Panel with #b3b5af background
background-color: #b3b5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b5af; background: linear-gradient(135deg, #b3b5af, #AFB5AF);