#b0aaf8
a light, electric blue · warm · closest name: plum
RGB
176, 170, 248
HSL
245°, 85%, 82%
CMYK
29, 32, 0, 3
Luminance
0.4476
Every format
| HEX | #b0aaf8 |
| RGB | rgb(176, 170, 248) |
| HSL | hsl(245, 85%, 82%) |
| CMYK | cmyk(29%, 32%, 0%, 3%) |
| LAB | lab(72.7 19.1 -38.0) |
| LCH | lch(72.7 42.5 296.6) |
| OKLCH | oklch(0.772 0.111 287.0) |
Copy-ready code
/* CSS */
color: #b0aaf8;
background-color: #b0aaf8;
/* Tailwind (arbitrary) */
class="text-[#b0aaf8] bg-[#b0aaf8]"
/* SCSS */
$brand: #b0aaf8;
/* SwiftUI */
Color(red: 0.690, green: 0.667, blue: 0.973)
/* Android */
Color.parseColor("#b0aaf8")Accessibility — WCAG contrast
Aa
#b0aaf8 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0aaf8 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green66.7%
Blue97.3%
CMYK percentages
Cyan29.0%
Magenta31.5%
Yellow0.0%
Key (black)2.7%
Color previews
#b0aaf8 text on a black background
contrast 9.95:1
Card sample
#b0aaf8 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0aaf8;
Background color
Panel with #b0aaf8 background
background-color: #b0aaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0aaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 170, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 170, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0aaf8; background: linear-gradient(135deg, #b0aaf8, #E4AAF8);