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