#b8b6ac
a light, muted gray · cool · closest name: silver
RGB
184, 182, 172
HSL
50°, 8%, 70%
CMYK
0, 1, 7, 28
Luminance
0.4662
Every format
| HEX | #b8b6ac |
| RGB | rgb(184, 182, 172) |
| HSL | hsl(50, 8%, 70%) |
| CMYK | cmyk(0%, 1%, 7%, 28%) |
| LAB | lab(74.0 -1.1 5.3) |
| LCH | lch(74.0 5.4 101.7) |
| OKLCH | oklch(0.775 0.014 97.5) |
Copy-ready code
/* CSS */
color: #b8b6ac;
background-color: #b8b6ac;
/* Tailwind (arbitrary) */
class="text-[#b8b6ac] bg-[#b8b6ac]"
/* SCSS */
$brand: #b8b6ac;
/* SwiftUI */
Color(red: 0.722, green: 0.714, blue: 0.675)
/* Android */
Color.parseColor("#b8b6ac")Accessibility — WCAG contrast
Aa
#b8b6ac on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8b6ac on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green71.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow6.5%
Key (black)27.8%
Color previews
#b8b6ac text on a black background
contrast 10.32:1
Card sample
#b8b6ac text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8b6ac;
Background color
Panel with #b8b6ac background
background-color: #b8b6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8b6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 182, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 182, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8b6ac; background: linear-gradient(135deg, #b8b6ac, #B2B8AC);