#b0b5af
a light, muted gray · cool · closest name: silver
RGB
176, 181, 175
HSL
110°, 4%, 70%
CMYK
3, 0, 3, 29
Luminance
0.4537
Every format
| HEX | #b0b5af |
| RGB | rgb(176, 181, 175) |
| HSL | hsl(110, 4%, 70%) |
| CMYK | cmyk(3%, 0%, 3%, 29%) |
| LAB | lab(73.1 -2.9 2.4) |
| LCH | lch(73.1 3.8 139.6) |
| OKLCH | oklch(0.767 0.010 140.5) |
Copy-ready code
/* CSS */
color: #b0b5af;
background-color: #b0b5af;
/* Tailwind (arbitrary) */
class="text-[#b0b5af] bg-[#b0b5af]"
/* SCSS */
$brand: #b0b5af;
/* SwiftUI */
Color(red: 0.690, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#b0b5af")Accessibility — WCAG contrast
Aa
#b0b5af on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0b5af on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green71.0%
Blue68.6%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow3.3%
Key (black)29.0%
Color previews
#b0b5af text on a black background
contrast 10.07:1
Card sample
#b0b5af text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0b5af;
Background color
Panel with #b0b5af background
background-color: #b0b5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0b5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0b5af; background: linear-gradient(135deg, #b0b5af, #AFB5B2);