#b4b2af
a light, muted gray · warm · closest name: silver
RGB
180, 178, 175
HSL
36°, 3%, 70%
CMYK
0, 1, 3, 29
Luminance
0.4464
Every format
| HEX | #b4b2af |
| RGB | rgb(180, 178, 175) |
| HSL | hsl(36, 3%, 70%) |
| CMYK | cmyk(0%, 1%, 3%, 29%) |
| LAB | lab(72.7 0.1 1.8) |
| LCH | lch(72.7 1.8 85.2) |
| OKLCH | oklch(0.764 0.005 78.3) |
Copy-ready code
/* CSS */
color: #b4b2af;
background-color: #b4b2af;
/* Tailwind (arbitrary) */
class="text-[#b4b2af] bg-[#b4b2af]"
/* SCSS */
$brand: #b4b2af;
/* SwiftUI */
Color(red: 0.706, green: 0.698, blue: 0.686)
/* Android */
Color.parseColor("#b4b2af")Accessibility — WCAG contrast
Aa
#b4b2af on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4b2af on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green69.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow2.8%
Key (black)29.4%
Color previews
#b4b2af text on a black background
contrast 9.93:1
Card sample
#b4b2af text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4b2af;
Background color
Panel with #b4b2af background
background-color: #b4b2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4b2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 178, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 178, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4b2af; background: linear-gradient(135deg, #b4b2af, #B3B4AF);