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