#b3b3a2
a light, muted yellow · cool · closest name: silver
RGB
179, 179, 162
HSL
60°, 10%, 67%
CMYK
0, 0, 10, 30
Luminance
0.4443
Every format
| HEX | #b3b3a2 |
| RGB | rgb(179, 179, 162) |
| HSL | hsl(60, 10%, 67%) |
| CMYK | cmyk(0%, 0%, 10%, 30%) |
| LAB | lab(72.5 -3.0 8.7) |
| LCH | lch(72.5 9.2 109.3) |
| OKLCH | oklch(0.762 0.024 106.9) |
Copy-ready code
/* CSS */
color: #b3b3a2;
background-color: #b3b3a2;
/* Tailwind (arbitrary) */
class="text-[#b3b3a2] bg-[#b3b3a2]"
/* SCSS */
$brand: #b3b3a2;
/* SwiftUI */
Color(red: 0.702, green: 0.702, blue: 0.635)
/* Android */
Color.parseColor("#b3b3a2")Accessibility — WCAG contrast
Aa
#b3b3a2 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b3a2 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green70.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow9.5%
Key (black)29.8%
Color previews
#b3b3a2 text on a black background
contrast 9.89:1
Card sample
#b3b3a2 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b3a2;
Background color
Panel with #b3b3a2 background
background-color: #b3b3a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b3a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 179, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 179, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b3a2; background: linear-gradient(135deg, #b3b3a2, #A8B3A2);