#b3b3af
a light, muted gray · cool · closest name: silver
RGB
179, 179, 175
HSL
60°, 3%, 69%
CMYK
0, 0, 2, 30
Luminance
0.4492
Every format
| HEX | #b3b3af |
| RGB | rgb(179, 179, 175) |
| HSL | hsl(60, 3%, 69%) |
| CMYK | cmyk(0%, 0%, 2%, 30%) |
| LAB | lab(72.8 -0.7 2.0) |
| LCH | lch(72.8 2.2 109.9) |
| OKLCH | oklch(0.766 0.006 106.5) |
Copy-ready code
/* CSS */
color: #b3b3af;
background-color: #b3b3af;
/* Tailwind (arbitrary) */
class="text-[#b3b3af] bg-[#b3b3af]"
/* SCSS */
$brand: #b3b3af;
/* SwiftUI */
Color(red: 0.702, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#b3b3af")Accessibility — WCAG contrast
Aa
#b3b3af on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b3af on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green70.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#b3b3af text on a black background
contrast 9.98:1
Card sample
#b3b3af text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b3af;
Background color
Panel with #b3b3af background
background-color: #b3b3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b3af; background: linear-gradient(135deg, #b3b3af, #B0B3AF);