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