#b2aade
a light, soft blue · warm · closest name: plum
RGB
178, 170, 222
HSL
249°, 44%, 77%
CMYK
20, 23, 0, 13
Luminance
0.4349
Every format
| HEX | #b2aade |
| RGB | rgb(178, 170, 222) |
| HSL | hsl(249, 44%, 77%) |
| CMYK | cmyk(20%, 23%, 0%, 13%) |
| LAB | lab(71.9 13.5 -25.2) |
| LCH | lch(71.9 28.6 298.2) |
| OKLCH | oklch(0.763 0.074 291.6) |
Copy-ready code
/* CSS */
color: #b2aade;
background-color: #b2aade;
/* Tailwind (arbitrary) */
class="text-[#b2aade] bg-[#b2aade]"
/* SCSS */
$brand: #b2aade;
/* SwiftUI */
Color(red: 0.698, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#b2aade")Accessibility — WCAG contrast
Aa
#b2aade on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2aade on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green66.7%
Blue87.1%
CMYK percentages
Cyan19.8%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#b2aade text on a black background
contrast 9.70:1
Card sample
#b2aade text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2aade;
Background color
Panel with #b2aade background
background-color: #b2aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2aade; background: linear-gradient(135deg, #b2aade, #D5AADE);