#b7b2af
a light, muted gray · warm · closest name: silver
RGB
183, 178, 175
HSL
23°, 5%, 70%
CMYK
0, 3, 4, 28
Luminance
0.4500
Every format
| HEX | #b7b2af |
| RGB | rgb(183, 178, 175) |
| HSL | hsl(23, 5%, 70%) |
| CMYK | cmyk(0%, 3%, 4%, 28%) |
| LAB | lab(72.9 1.2 2.2) |
| LCH | lch(72.9 2.5 60.5) |
| OKLCH | oklch(0.767 0.007 53.4) |
Copy-ready code
/* CSS */
color: #b7b2af;
background-color: #b7b2af;
/* Tailwind (arbitrary) */
class="text-[#b7b2af] bg-[#b7b2af]"
/* SCSS */
$brand: #b7b2af;
/* SwiftUI */
Color(red: 0.718, green: 0.698, blue: 0.686)
/* Android */
Color.parseColor("#b7b2af")Accessibility — WCAG contrast
Aa
#b7b2af on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7b2af on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green69.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow4.4%
Key (black)28.2%
Color previews
#b7b2af text on a black background
contrast 10.00:1
Card sample
#b7b2af text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7b2af;
Background color
Panel with #b7b2af background
background-color: #b7b2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7b2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 178, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 178, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7b2af; background: linear-gradient(135deg, #b7b2af, #B7B7AF);