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