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