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