#b2acd9
a light, soft blue · warm · closest name: plum
RGB
178, 172, 217
HSL
248°, 37%, 76%
CMYK
18, 21, 0, 15
Luminance
0.4398
Every format
| HEX | #b2acd9 |
| RGB | rgb(178, 172, 217) |
| HSL | hsl(248, 37%, 76%) |
| CMYK | cmyk(18%, 21%, 0%, 15%) |
| LAB | lab(72.2 11.3 -21.9) |
| LCH | lch(72.2 24.6 297.2) |
| OKLCH | oklch(0.765 0.064 290.9) |
Copy-ready code
/* CSS */
color: #b2acd9;
background-color: #b2acd9;
/* Tailwind (arbitrary) */
class="text-[#b2acd9] bg-[#b2acd9]"
/* SCSS */
$brand: #b2acd9;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.851)
/* Android */
Color.parseColor("#b2acd9")Accessibility — WCAG contrast
Aa
#b2acd9 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acd9 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue85.1%
CMYK percentages
Cyan18.0%
Magenta20.7%
Yellow0.0%
Key (black)14.9%
Color previews
#b2acd9 text on a black background
contrast 9.80:1
Card sample
#b2acd9 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acd9;
Background color
Panel with #b2acd9 background
background-color: #b2acd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acd9; background: linear-gradient(135deg, #b2acd9, #D0ACD9);