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