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