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