#b1afb5
a light, muted gray · warm · closest name: silver
RGB
177, 175, 181
HSL
260°, 4%, 70%
CMYK
2, 3, 0, 29
Luminance
0.4334
Every format
| HEX | #b1afb5 |
| RGB | rgb(177, 175, 181) |
| HSL | hsl(260, 4%, 70%) |
| CMYK | cmyk(2%, 3%, 0%, 29%) |
| LAB | lab(71.8 1.8 -2.8) |
| LCH | lch(71.8 3.4 303.2) |
| OKLCH | oklch(0.757 0.009 301.3) |
Copy-ready code
/* CSS */
color: #b1afb5;
background-color: #b1afb5;
/* Tailwind (arbitrary) */
class="text-[#b1afb5] bg-[#b1afb5]"
/* SCSS */
$brand: #b1afb5;
/* SwiftUI */
Color(red: 0.694, green: 0.686, blue: 0.710)
/* Android */
Color.parseColor("#b1afb5")Accessibility — WCAG contrast
Aa
#b1afb5 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1afb5 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green68.6%
Blue71.0%
CMYK percentages
Cyan2.2%
Magenta3.3%
Yellow0.0%
Key (black)29.0%
Color previews
#b1afb5 text on a black background
contrast 9.67:1
Card sample
#b1afb5 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1afb5;
Background color
Panel with #b1afb5 background
background-color: #b1afb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1afb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 175, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 175, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1afb5; background: linear-gradient(135deg, #b1afb5, #B5AFB5);