#b6afbc
a light, muted violet · warm · closest name: silver
RGB
182, 175, 188
HSL
272°, 9%, 71%
CMYK
3, 7, 0, 26
Luminance
0.4424
Every format
| HEX | #b6afbc |
| RGB | rgb(182, 175, 188) |
| HSL | hsl(272, 9%, 71%) |
| CMYK | cmyk(3%, 7%, 0%, 26%) |
| LAB | lab(72.4 4.9 -5.7) |
| LCH | lch(72.4 7.6 310.7) |
| OKLCH | oklch(0.764 0.020 309.7) |
Copy-ready code
/* CSS */
color: #b6afbc;
background-color: #b6afbc;
/* Tailwind (arbitrary) */
class="text-[#b6afbc] bg-[#b6afbc]"
/* SCSS */
$brand: #b6afbc;
/* SwiftUI */
Color(red: 0.714, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#b6afbc")Accessibility — WCAG contrast
Aa
#b6afbc on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6afbc on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green68.6%
Blue73.7%
CMYK percentages
Cyan3.2%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#b6afbc text on a black background
contrast 9.85:1
Card sample
#b6afbc text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6afbc;
Background color
Panel with #b6afbc background
background-color: #b6afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6afbc; background: linear-gradient(135deg, #b6afbc, #BCAFB9);