#b5afb2
a light, muted gray · warm · closest name: silver
RGB
181, 175, 178
HSL
330°, 4%, 70%
CMYK
0, 3, 2, 29
Luminance
0.4370
Every format
| HEX | #b5afb2 |
| RGB | rgb(181, 175, 178) |
| HSL | hsl(330, 4%, 70%) |
| CMYK | cmyk(0%, 3%, 2%, 29%) |
| LAB | lab(72.0 2.7 -0.8) |
| LCH | lch(72.0 2.8 344.0) |
| OKLCH | oklch(0.760 0.008 345.4) |
Copy-ready code
/* CSS */
color: #b5afb2;
background-color: #b5afb2;
/* Tailwind (arbitrary) */
class="text-[#b5afb2] bg-[#b5afb2]"
/* SCSS */
$brand: #b5afb2;
/* SwiftUI */
Color(red: 0.710, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#b5afb2")Accessibility — WCAG contrast
Aa
#b5afb2 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5afb2 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow1.7%
Key (black)29.0%
Color previews
#b5afb2 text on a black background
contrast 9.74:1
Card sample
#b5afb2 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5afb2;
Background color
Panel with #b5afb2 background
background-color: #b5afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5afb2; background: linear-gradient(135deg, #b5afb2, #B5B0AF);