#aea8e6
a light, vivid blue · warm · closest name: plum
RGB
174, 168, 230
HSL
246°, 55%, 78%
CMYK
24, 27, 0, 10
Luminance
0.4272
Every format
| HEX | #aea8e6 |
| RGB | rgb(174, 168, 230) |
| HSL | hsl(246, 55%, 78%) |
| CMYK | cmyk(24%, 27%, 0%, 10%) |
| LAB | lab(71.4 15.3 -30.4) |
| LCH | lch(71.4 34.0 296.7) |
| OKLCH | oklch(0.759 0.088 288.5) |
Copy-ready code
/* CSS */
color: #aea8e6;
background-color: #aea8e6;
/* Tailwind (arbitrary) */
class="text-[#aea8e6] bg-[#aea8e6]"
/* SCSS */
$brand: #aea8e6;
/* SwiftUI */
Color(red: 0.682, green: 0.659, blue: 0.902)
/* Android */
Color.parseColor("#aea8e6")Accessibility — WCAG contrast
Aa
#aea8e6 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aea8e6 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green65.9%
Blue90.2%
CMYK percentages
Cyan24.3%
Magenta27.0%
Yellow0.0%
Key (black)9.8%
Color previews
#aea8e6 text on a black background
contrast 9.54:1
Card sample
#aea8e6 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aea8e6;
Background color
Panel with #aea8e6 background
background-color: #aea8e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aea8e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 168, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 168, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aea8e6; background: linear-gradient(135deg, #aea8e6, #D7A8E6);