#aea2eb
a light, vivid blue · warm · closest name: plum
RGB
174, 162, 235
HSL
250°, 65%, 78%
CMYK
26, 31, 0, 8
Luminance
0.4084
Every format
| HEX | #aea2eb |
| RGB | rgb(174, 162, 235) |
| HSL | hsl(250, 65%, 78%) |
| CMYK | cmyk(26%, 31%, 0%, 8%) |
| LAB | lab(70.1 19.8 -35.1) |
| LCH | lch(70.1 40.3 299.4) |
| OKLCH | oklch(0.750 0.104 291.2) |
Copy-ready code
/* CSS */
color: #aea2eb;
background-color: #aea2eb;
/* Tailwind (arbitrary) */
class="text-[#aea2eb] bg-[#aea2eb]"
/* SCSS */
$brand: #aea2eb;
/* SwiftUI */
Color(red: 0.682, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#aea2eb")Accessibility — WCAG contrast
Aa
#aea2eb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aea2eb on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green63.5%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#aea2eb text on a black background
contrast 9.17:1
Card sample
#aea2eb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aea2eb;
Background color
Panel with #aea2eb background
background-color: #aea2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aea2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aea2eb; background: linear-gradient(135deg, #aea2eb, #DFA2EB);