#b0b0af
a light, muted gray · cool · closest name: silver
RGB
176, 176, 175
HSL
60°, 1%, 69%
CMYK
0, 0, 1, 31
Luminance
0.4338
Every format
| HEX | #b0b0af |
| RGB | rgb(176, 176, 175) |
| HSL | hsl(60, 1%, 69%) |
| CMYK | cmyk(0%, 0%, 1%, 31%) |
| LAB | lab(71.8 -0.2 0.5) |
| LCH | lch(71.8 0.5 110.4) |
| OKLCH | oklch(0.757 0.001 106.4) |
Copy-ready code
/* CSS */
color: #b0b0af;
background-color: #b0b0af;
/* Tailwind (arbitrary) */
class="text-[#b0b0af] bg-[#b0b0af]"
/* SCSS */
$brand: #b0b0af;
/* SwiftUI */
Color(red: 0.690, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#b0b0af")Accessibility — WCAG contrast
Aa
#b0b0af on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0b0af on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.6%
Key (black)31.0%
Color previews
#b0b0af text on a black background
contrast 9.68:1
Card sample
#b0b0af text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0b0af;
Background color
Panel with #b0b0af background
background-color: #b0b0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0b0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0b0af; background: linear-gradient(135deg, #b0b0af, #AFB0AF);