#b2acd4
a light, soft blue · warm · closest name: plum
RGB
178, 172, 212
HSL
249°, 32%, 75%
CMYK
16, 19, 0, 17
Luminance
0.4372
Every format
| HEX | #b2acd4 |
| RGB | rgb(178, 172, 212) |
| HSL | hsl(249, 32%, 75%) |
| CMYK | cmyk(16%, 19%, 0%, 17%) |
| LAB | lab(72.0 10.2 -19.4) |
| LCH | lch(72.0 21.9 297.6) |
| OKLCH | oklch(0.763 0.057 291.9) |
Copy-ready code
/* CSS */
color: #b2acd4;
background-color: #b2acd4;
/* Tailwind (arbitrary) */
class="text-[#b2acd4] bg-[#b2acd4]"
/* SCSS */
$brand: #b2acd4;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.831)
/* Android */
Color.parseColor("#b2acd4")Accessibility — WCAG contrast
Aa
#b2acd4 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acd4 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue83.1%
CMYK percentages
Cyan16.0%
Magenta18.9%
Yellow0.0%
Key (black)16.9%
Color previews
#b2acd4 text on a black background
contrast 9.74:1
Card sample
#b2acd4 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acd4;
Background color
Panel with #b2acd4 background
background-color: #b2acd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acd4; background: linear-gradient(135deg, #b2acd4, #CDACD4);