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