#aea0ff
a light, electric blue · warm · closest name: plum
RGB
174, 160, 255
HSL
249°, 100%, 81%
CMYK
32, 37, 0, 0
Luminance
0.4136
Every format
| HEX | #aea0ff |
| RGB | rgb(174, 160, 255) |
| HSL | hsl(249, 100%, 81%) |
| CMYK | cmyk(32%, 37%, 0%, 0%) |
| LAB | lab(70.4 25.8 -45.4) |
| LCH | lch(70.4 52.3 299.6) |
| OKLCH | oklch(0.755 0.135 289.5) |
Copy-ready code
/* CSS */
color: #aea0ff;
background-color: #aea0ff;
/* Tailwind (arbitrary) */
class="text-[#aea0ff] bg-[#aea0ff]"
/* SCSS */
$brand: #aea0ff;
/* SwiftUI */
Color(red: 0.682, green: 0.627, blue: 1.000)
/* Android */
Color.parseColor("#aea0ff")Accessibility — WCAG contrast
Aa
#aea0ff on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aea0ff on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green62.7%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta37.3%
Yellow0.0%
Key (black)0.0%
Color previews
#aea0ff text on a black background
contrast 9.27:1
Card sample
#aea0ff text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aea0ff;
Background color
Panel with #aea0ff background
background-color: #aea0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aea0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 160, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 160, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aea0ff; background: linear-gradient(135deg, #aea0ff, #EDA0FF);