#b3b2ac
a light, muted gray · cool · closest name: silver
RGB
179, 178, 172
HSL
51°, 4%, 69%
CMYK
0, 1, 4, 30
Luminance
0.4440
Every format
| HEX | #b3b2ac |
| RGB | rgb(179, 178, 172) |
| HSL | hsl(51, 4%, 69%) |
| CMYK | cmyk(0%, 1%, 4%, 30%) |
| LAB | lab(72.5 -0.8 3.2) |
| LCH | lch(72.5 3.3 103.2) |
| OKLCH | oklch(0.763 0.009 98.9) |
Copy-ready code
/* CSS */
color: #b3b2ac;
background-color: #b3b2ac;
/* Tailwind (arbitrary) */
class="text-[#b3b2ac] bg-[#b3b2ac]"
/* SCSS */
$brand: #b3b2ac;
/* SwiftUI */
Color(red: 0.702, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#b3b2ac")Accessibility — WCAG contrast
Aa
#b3b2ac on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b2ac on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow3.9%
Key (black)29.8%
Color previews
#b3b2ac text on a black background
contrast 9.88:1
Card sample
#b3b2ac text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b2ac;
Background color
Panel with #b3b2ac background
background-color: #b3b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b2ac; background: linear-gradient(135deg, #b3b2ac, #AFB3AC);