#b2acd5
a light, soft blue · warm · closest name: plum
RGB
178, 172, 213
HSL
249°, 33%, 76%
CMYK
16, 19, 0, 17
Luminance
0.4377
Every format
| HEX | #b2acd5 |
| RGB | rgb(178, 172, 213) |
| HSL | hsl(249, 33%, 76%) |
| CMYK | cmyk(16%, 19%, 0%, 17%) |
| LAB | lab(72.1 10.4 -19.9) |
| LCH | lch(72.1 22.5 297.5) |
| OKLCH | oklch(0.763 0.058 291.7) |
Copy-ready code
/* CSS */
color: #b2acd5;
background-color: #b2acd5;
/* Tailwind (arbitrary) */
class="text-[#b2acd5] bg-[#b2acd5]"
/* SCSS */
$brand: #b2acd5;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.835)
/* Android */
Color.parseColor("#b2acd5")Accessibility — WCAG contrast
Aa
#b2acd5 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acd5 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue83.5%
CMYK percentages
Cyan16.4%
Magenta19.2%
Yellow0.0%
Key (black)16.5%
Color previews
#b2acd5 text on a black background
contrast 9.75:1
Card sample
#b2acd5 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acd5;
Background color
Panel with #b2acd5 background
background-color: #b2acd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acd5; background: linear-gradient(135deg, #b2acd5, #CDACD5);