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