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