#b0acaf
a light, muted gray · warm · closest name: silver
RGB
176, 172, 175
HSL
315°, 3%, 68%
CMYK
0, 2, 1, 31
Luminance
0.4183
Every format
| HEX | #b0acaf |
| RGB | rgb(176, 172, 175) |
| HSL | hsl(315, 3%, 68%) |
| CMYK | cmyk(0%, 2%, 1%, 31%) |
| LAB | lab(70.8 2.0 -1.0) |
| LCH | lch(70.8 2.2 332.5) |
| OKLCH | oklch(0.749 0.006 334.0) |
Copy-ready code
/* CSS */
color: #b0acaf;
background-color: #b0acaf;
/* Tailwind (arbitrary) */
class="text-[#b0acaf] bg-[#b0acaf]"
/* SCSS */
$brand: #b0acaf;
/* SwiftUI */
Color(red: 0.690, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#b0acaf")Accessibility — WCAG contrast
Aa
#b0acaf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0acaf on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow0.6%
Key (black)31.0%
Color previews
#b0acaf text on a black background
contrast 9.37:1
Card sample
#b0acaf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0acaf;
Background color
Panel with #b0acaf background
background-color: #b0acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0acaf; background: linear-gradient(135deg, #b0acaf, #B0ACAC);