#b8b2ac
a light, muted gray · warm · closest name: silver
RGB
184, 178, 172
HSL
30°, 8%, 70%
CMYK
0, 3, 7, 28
Luminance
0.4501
Every format
| HEX | #b8b2ac |
| RGB | rgb(184, 178, 172) |
| HSL | hsl(30, 8%, 70%) |
| CMYK | cmyk(0%, 3%, 7%, 28%) |
| LAB | lab(72.9 1.1 3.8) |
| LCH | lch(72.9 4.0 74.6) |
| OKLCH | oklch(0.767 0.011 67.7) |
Copy-ready code
/* CSS */
color: #b8b2ac;
background-color: #b8b2ac;
/* Tailwind (arbitrary) */
class="text-[#b8b2ac] bg-[#b8b2ac]"
/* SCSS */
$brand: #b8b2ac;
/* SwiftUI */
Color(red: 0.722, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#b8b2ac")Accessibility — WCAG contrast
Aa
#b8b2ac on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8b2ac on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow6.5%
Key (black)27.8%
Color previews
#b8b2ac text on a black background
contrast 10.00:1
Card sample
#b8b2ac text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8b2ac;
Background color
Panel with #b8b2ac background
background-color: #b8b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8b2ac; background: linear-gradient(135deg, #b8b2ac, #B6B8AC);