#b2aaeb
a light, vivid blue · warm · closest name: plum
RGB
178, 170, 235
HSL
247°, 62%, 79%
CMYK
24, 28, 0, 8
Luminance
0.4421
Every format
| HEX | #b2aaeb |
| RGB | rgb(178, 170, 235) |
| HSL | hsl(247, 62%, 79%) |
| CMYK | cmyk(24%, 28%, 0%, 8%) |
| LAB | lab(72.4 16.5 -31.5) |
| LCH | lch(72.4 35.6 297.7) |
| OKLCH | oklch(0.768 0.092 289.7) |
Copy-ready code
/* CSS */
color: #b2aaeb;
background-color: #b2aaeb;
/* Tailwind (arbitrary) */
class="text-[#b2aaeb] bg-[#b2aaeb]"
/* SCSS */
$brand: #b2aaeb;
/* SwiftUI */
Color(red: 0.698, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#b2aaeb")Accessibility — WCAG contrast
Aa
#b2aaeb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2aaeb on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green66.7%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b2aaeb text on a black background
contrast 9.84:1
Card sample
#b2aaeb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2aaeb;
Background color
Panel with #b2aaeb background
background-color: #b2aaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2aaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2aaeb; background: linear-gradient(135deg, #b2aaeb, #DDAAEB);