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