#b2acbf
a light, muted violet · warm · closest name: silver
RGB
178, 172, 191
HSL
259°, 13%, 71%
CMYK
7, 10, 0, 25
Luminance
0.4273
Every format
| HEX | #b2acbf |
| RGB | rgb(178, 172, 191) |
| HSL | hsl(259, 13%, 71%) |
| CMYK | cmyk(7%, 10%, 0%, 25%) |
| LAB | lab(71.4 5.8 -8.9) |
| LCH | lch(71.4 10.6 302.9) |
| OKLCH | oklch(0.755 0.028 300.1) |
Copy-ready code
/* CSS */
color: #b2acbf;
background-color: #b2acbf;
/* Tailwind (arbitrary) */
class="text-[#b2acbf] bg-[#b2acbf]"
/* SCSS */
$brand: #b2acbf;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.749)
/* Android */
Color.parseColor("#b2acbf")Accessibility — WCAG contrast
Aa
#b2acbf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acbf on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue74.9%
CMYK percentages
Cyan6.8%
Magenta9.9%
Yellow0.0%
Key (black)25.1%
Color previews
#b2acbf text on a black background
contrast 9.55:1
Card sample
#b2acbf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acbf;
Background color
Panel with #b2acbf background
background-color: #b2acbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acbf; background: linear-gradient(135deg, #b2acbf, #BFACBF);