#b3b0af
a light, muted gray · warm · closest name: silver
RGB
179, 176, 175
HSL
15°, 3%, 69%
CMYK
0, 2, 2, 30
Luminance
0.4373
Every format
| HEX | #b3b0af |
| RGB | rgb(179, 176, 175) |
| HSL | hsl(15, 3%, 69%) |
| CMYK | cmyk(0%, 2%, 2%, 30%) |
| LAB | lab(72.0 0.9 0.9) |
| LCH | lch(72.0 1.3 45.3) |
| OKLCH | oklch(0.759 0.004 39.5) |
Copy-ready code
/* CSS */
color: #b3b0af;
background-color: #b3b0af;
/* Tailwind (arbitrary) */
class="text-[#b3b0af] bg-[#b3b0af]"
/* SCSS */
$brand: #b3b0af;
/* SwiftUI */
Color(red: 0.702, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#b3b0af")Accessibility — WCAG contrast
Aa
#b3b0af on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b0af on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow2.2%
Key (black)29.8%
Color previews
#b3b0af text on a black background
contrast 9.75:1
Card sample
#b3b0af text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b0af;
Background color
Panel with #b3b0af background
background-color: #b3b0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b0af; background: linear-gradient(135deg, #b3b0af, #B3B3AF);