#b6afb2
a light, muted gray · warm · closest name: silver
RGB
182, 175, 178
HSL
334°, 5%, 70%
CMYK
0, 4, 2, 29
Luminance
0.4382
Every format
| HEX | #b6afb2 |
| RGB | rgb(182, 175, 178) |
| HSL | hsl(334, 5%, 70%) |
| CMYK | cmyk(0%, 4%, 2%, 29%) |
| LAB | lab(72.1 3.0 -0.6) |
| LCH | lch(72.1 3.1 348.1) |
| OKLCH | oklch(0.761 0.009 349.3) |
Copy-ready code
/* CSS */
color: #b6afb2;
background-color: #b6afb2;
/* Tailwind (arbitrary) */
class="text-[#b6afb2] bg-[#b6afb2]"
/* SCSS */
$brand: #b6afb2;
/* SwiftUI */
Color(red: 0.714, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#b6afb2")Accessibility — WCAG contrast
Aa
#b6afb2 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6afb2 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow2.2%
Key (black)28.6%
Color previews
#b6afb2 text on a black background
contrast 9.76:1
Card sample
#b6afb2 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6afb2;
Background color
Panel with #b6afb2 background
background-color: #b6afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6afb2; background: linear-gradient(135deg, #b6afb2, #B6B1AF);