#b0afb2
a light, muted gray · warm · closest name: silver
RGB
176, 175, 178
HSL
260°, 2%, 69%
CMYK
1, 2, 0, 30
Luminance
0.4310
Every format
| HEX | #b0afb2 |
| RGB | rgb(176, 175, 178) |
| HSL | hsl(260, 2%, 69%) |
| CMYK | cmyk(1%, 2%, 0%, 30%) |
| LAB | lab(71.6 0.9 -1.4) |
| LCH | lch(71.6 1.7 303.1) |
| OKLCH | oklch(0.756 0.004 301.4) |
Copy-ready code
/* CSS */
color: #b0afb2;
background-color: #b0afb2;
/* Tailwind (arbitrary) */
class="text-[#b0afb2] bg-[#b0afb2]"
/* SCSS */
$brand: #b0afb2;
/* SwiftUI */
Color(red: 0.690, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#b0afb2")Accessibility — WCAG contrast
Aa
#b0afb2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0afb2 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green68.6%
Blue69.8%
CMYK percentages
Cyan1.1%
Magenta1.7%
Yellow0.0%
Key (black)30.2%
Color previews
#b0afb2 text on a black background
contrast 9.62:1
Card sample
#b0afb2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0afb2;
Background color
Panel with #b0afb2 background
background-color: #b0afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0afb2; background: linear-gradient(135deg, #b0afb2, #B2AFB2);