#b5aade
a light, soft blue · warm · closest name: plum
RGB
181, 170, 222
HSL
253°, 44%, 77%
CMYK
19, 23, 0, 13
Luminance
0.4385
Every format
| HEX | #b5aade |
| RGB | rgb(181, 170, 222) |
| HSL | hsl(253, 44%, 77%) |
| CMYK | cmyk(19%, 23%, 0%, 13%) |
| LAB | lab(72.1 14.4 -24.8) |
| LCH | lch(72.1 28.7 300.3) |
| OKLCH | oklch(0.765 0.074 294.3) |
Copy-ready code
/* CSS */
color: #b5aade;
background-color: #b5aade;
/* Tailwind (arbitrary) */
class="text-[#b5aade] bg-[#b5aade]"
/* SCSS */
$brand: #b5aade;
/* SwiftUI */
Color(red: 0.710, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#b5aade")Accessibility — WCAG contrast
Aa
#b5aade on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5aade on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green66.7%
Blue87.1%
CMYK percentages
Cyan18.5%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#b5aade text on a black background
contrast 9.77:1
Card sample
#b5aade text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5aade;
Background color
Panel with #b5aade background
background-color: #b5aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5aade; background: linear-gradient(135deg, #b5aade, #D8AADE);