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