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