#b4afad
a light, muted gray · warm · closest name: silver
RGB
180, 175, 173
HSL
17°, 5%, 69%
CMYK
0, 3, 4, 29
Luminance
0.4338
Every format
| HEX | #b4afad |
| RGB | rgb(180, 175, 173) |
| HSL | hsl(17, 5%, 69%) |
| CMYK | cmyk(0%, 3%, 4%, 29%) |
| LAB | lab(71.8 1.4 1.6) |
| LCH | lch(71.8 2.2 49.5) |
| OKLCH | oklch(0.757 0.006 43.3) |
Copy-ready code
/* CSS */
color: #b4afad;
background-color: #b4afad;
/* Tailwind (arbitrary) */
class="text-[#b4afad] bg-[#b4afad]"
/* SCSS */
$brand: #b4afad;
/* SwiftUI */
Color(red: 0.706, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#b4afad")Accessibility — WCAG contrast
Aa
#b4afad on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4afad on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow3.9%
Key (black)29.4%
Color previews
#b4afad text on a black background
contrast 9.68:1
Card sample
#b4afad text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4afad;
Background color
Panel with #b4afad background
background-color: #b4afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4afad; background: linear-gradient(135deg, #b4afad, #B4B4AD);