#b3acaf
a light, muted gray · warm · closest name: silver
RGB
179, 172, 175
HSL
334°, 4%, 69%
CMYK
0, 4, 2, 30
Luminance
0.4218
Every format
| HEX | #b3acaf |
| RGB | rgb(179, 172, 175) |
| HSL | hsl(334, 4%, 69%) |
| CMYK | cmyk(0%, 4%, 2%, 30%) |
| LAB | lab(71.0 3.0 -0.7) |
| LCH | lch(71.0 3.1 348.0) |
| OKLCH | oklch(0.751 0.009 349.3) |
Copy-ready code
/* CSS */
color: #b3acaf;
background-color: #b3acaf;
/* Tailwind (arbitrary) */
class="text-[#b3acaf] bg-[#b3acaf]"
/* SCSS */
$brand: #b3acaf;
/* SwiftUI */
Color(red: 0.702, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#b3acaf")Accessibility — WCAG contrast
Aa
#b3acaf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3acaf on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow2.2%
Key (black)29.8%
Color previews
#b3acaf text on a black background
contrast 9.44:1
Card sample
#b3acaf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3acaf;
Background color
Panel with #b3acaf background
background-color: #b3acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3acaf; background: linear-gradient(135deg, #b3acaf, #B3AEAC);