#b1afad
a light, muted gray · warm · closest name: silver
RGB
177, 175, 173
HSL
30°, 3%, 69%
CMYK
0, 1, 2, 31
Luminance
0.4302
Every format
| HEX | #b1afad |
| RGB | rgb(177, 175, 173) |
| HSL | hsl(30, 3%, 69%) |
| CMYK | cmyk(0%, 1%, 2%, 31%) |
| LAB | lab(71.6 0.3 1.3) |
| LCH | lch(71.6 1.3 75.0) |
| OKLCH | oklch(0.755 0.004 67.8) |
Copy-ready code
/* CSS */
color: #b1afad;
background-color: #b1afad;
/* Tailwind (arbitrary) */
class="text-[#b1afad] bg-[#b1afad]"
/* SCSS */
$brand: #b1afad;
/* SwiftUI */
Color(red: 0.694, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#b1afad")Accessibility — WCAG contrast
Aa
#b1afad on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1afad on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow2.3%
Key (black)30.6%
Color previews
#b1afad text on a black background
contrast 9.60:1
Card sample
#b1afad text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1afad;
Background color
Panel with #b1afad background
background-color: #b1afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1afad; background: linear-gradient(135deg, #b1afad, #B0B1AD);