#b4acaf
a light, muted gray · warm · closest name: silver
RGB
180, 172, 175
HSL
338°, 5%, 69%
CMYK
0, 4, 3, 29
Luminance
0.4230
Every format
| HEX | #b4acaf |
| RGB | rgb(180, 172, 175) |
| HSL | hsl(338, 5%, 69%) |
| CMYK | cmyk(0%, 4%, 3%, 29%) |
| LAB | lab(71.1 3.4 -0.5) |
| LCH | lch(71.1 3.4 351.3) |
| OKLCH | oklch(0.752 0.010 352.5) |
Copy-ready code
/* CSS */
color: #b4acaf;
background-color: #b4acaf;
/* Tailwind (arbitrary) */
class="text-[#b4acaf] bg-[#b4acaf]"
/* SCSS */
$brand: #b4acaf;
/* SwiftUI */
Color(red: 0.706, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#b4acaf")Accessibility — WCAG contrast
Aa
#b4acaf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4acaf on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow2.8%
Key (black)29.4%
Color previews
#b4acaf text on a black background
contrast 9.46:1
Card sample
#b4acaf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4acaf;
Background color
Panel with #b4acaf background
background-color: #b4acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4acaf; background: linear-gradient(135deg, #b4acaf, #B4AEAC);