#b2acaf
a light, muted gray · warm · closest name: silver
RGB
178, 172, 175
HSL
330°, 4%, 69%
CMYK
0, 3, 2, 30
Luminance
0.4207
Every format
| HEX | #b2acaf |
| RGB | rgb(178, 172, 175) |
| HSL | hsl(330, 4%, 69%) |
| CMYK | cmyk(0%, 3%, 2%, 30%) |
| LAB | lab(70.9 2.7 -0.8) |
| LCH | lch(70.9 2.8 343.8) |
| OKLCH | oklch(0.750 0.008 345.4) |
Copy-ready code
/* CSS */
color: #b2acaf;
background-color: #b2acaf;
/* Tailwind (arbitrary) */
class="text-[#b2acaf] bg-[#b2acaf]"
/* SCSS */
$brand: #b2acaf;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#b2acaf")Accessibility — WCAG contrast
Aa
#b2acaf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acaf on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow1.7%
Key (black)30.2%
Color previews
#b2acaf text on a black background
contrast 9.41:1
Card sample
#b2acaf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acaf;
Background color
Panel with #b2acaf background
background-color: #b2acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acaf; background: linear-gradient(135deg, #b2acaf, #B2ADAC);