#b0aaff
a light, electric blue · warm · closest name: plum
RGB
176, 170, 255
HSL
244°, 100%, 83%
CMYK
31, 33, 0, 0
Luminance
0.4520
Every format
| HEX | #b0aaff |
| RGB | rgb(176, 170, 255) |
| HSL | hsl(244, 100%, 83%) |
| CMYK | cmyk(31%, 33%, 0%, 0%) |
| LAB | lab(73.0 20.8 -41.4) |
| LCH | lch(73.0 46.3 296.7) |
| OKLCH | oklch(0.775 0.120 286.5) |
Copy-ready code
/* CSS */
color: #b0aaff;
background-color: #b0aaff;
/* Tailwind (arbitrary) */
class="text-[#b0aaff] bg-[#b0aaff]"
/* SCSS */
$brand: #b0aaff;
/* SwiftUI */
Color(red: 0.690, green: 0.667, blue: 1.000)
/* Android */
Color.parseColor("#b0aaff")Accessibility — WCAG contrast
Aa
#b0aaff on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0aaff on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green66.7%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta33.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b0aaff text on a black background
contrast 10.04:1
Card sample
#b0aaff text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0aaff;
Background color
Panel with #b0aaff background
background-color: #b0aaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0aaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 170, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 170, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0aaff; background: linear-gradient(135deg, #b0aaff, #E9AAFF);