#b4afb2
a light, muted gray · warm · closest name: silver
RGB
180, 175, 178
HSL
324°, 3%, 70%
CMYK
0, 3, 1, 29
Luminance
0.4358
Every format
| HEX | #b4afb2 |
| RGB | rgb(180, 175, 178) |
| HSL | hsl(324, 3%, 70%) |
| CMYK | cmyk(0%, 3%, 1%, 29%) |
| LAB | lab(72.0 2.3 -0.9) |
| LCH | lch(72.0 2.5 338.9) |
| OKLCH | oklch(0.759 0.007 340.4) |
Copy-ready code
/* CSS */
color: #b4afb2;
background-color: #b4afb2;
/* Tailwind (arbitrary) */
class="text-[#b4afb2] bg-[#b4afb2]"
/* SCSS */
$brand: #b4afb2;
/* SwiftUI */
Color(red: 0.706, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#b4afb2")Accessibility — WCAG contrast
Aa
#b4afb2 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4afb2 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow1.1%
Key (black)29.4%
Color previews
#b4afb2 text on a black background
contrast 9.72:1
Card sample
#b4afb2 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4afb2;
Background color
Panel with #b4afb2 background
background-color: #b4afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4afb2; background: linear-gradient(135deg, #b4afb2, #B4AFAF);