#b8acaf
a light, muted gray · warm · closest name: silver
RGB
184, 172, 175
HSL
345°, 8%, 70%
CMYK
0, 7, 5, 28
Luminance
0.4279
Every format
| HEX | #b8acaf |
| RGB | rgb(184, 172, 175) |
| HSL | hsl(345, 8%, 70%) |
| CMYK | cmyk(0%, 7%, 5%, 28%) |
| LAB | lab(71.4 4.8 0.0) |
| LCH | lch(71.4 4.8 0.1) |
| OKLCH | oklch(0.755 0.014 0.4) |
Copy-ready code
/* CSS */
color: #b8acaf;
background-color: #b8acaf;
/* Tailwind (arbitrary) */
class="text-[#b8acaf] bg-[#b8acaf]"
/* SCSS */
$brand: #b8acaf;
/* SwiftUI */
Color(red: 0.722, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#b8acaf")Accessibility — WCAG contrast
Aa
#b8acaf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8acaf on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow4.9%
Key (black)27.8%
Color previews
#b8acaf text on a black background
contrast 9.56:1
Card sample
#b8acaf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8acaf;
Background color
Panel with #b8acaf background
background-color: #b8acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8acaf; background: linear-gradient(135deg, #b8acaf, #B8B1AC);