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