#b2acbd
a light, muted violet · warm · closest name: silver
RGB
178, 172, 189
HSL
261°, 11%, 71%
CMYK
6, 9, 0, 26
Luminance
0.4264
Every format
| HEX | #b2acbd |
| RGB | rgb(178, 172, 189) |
| HSL | hsl(261, 11%, 71%) |
| CMYK | cmyk(6%, 9%, 0%, 26%) |
| LAB | lab(71.3 5.4 -7.9) |
| LCH | lch(71.3 9.6 304.3) |
| OKLCH | oklch(0.755 0.025 301.8) |
Copy-ready code
/* CSS */
color: #b2acbd;
background-color: #b2acbd;
/* Tailwind (arbitrary) */
class="text-[#b2acbd] bg-[#b2acbd]"
/* SCSS */
$brand: #b2acbd;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.741)
/* Android */
Color.parseColor("#b2acbd")Accessibility — WCAG contrast
Aa
#b2acbd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acbd on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue74.1%
CMYK percentages
Cyan5.8%
Magenta9.0%
Yellow0.0%
Key (black)25.9%
Color previews
#b2acbd text on a black background
contrast 9.53:1
Card sample
#b2acbd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acbd;
Background color
Panel with #b2acbd background
background-color: #b2acbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acbd; background: linear-gradient(135deg, #b2acbd, #BDACBD);