#aea5df
a light, vivid blue · warm · closest name: plum
RGB
174, 165, 223
HSL
249°, 48%, 76%
CMYK
22, 26, 0, 13
Luminance
0.4124
Every format
| HEX | #aea5df |
| RGB | rgb(174, 165, 223) |
| HSL | hsl(249, 48%, 76%) |
| CMYK | cmyk(22%, 26%, 0%, 13%) |
| LAB | lab(70.3 15.3 -28.1) |
| LCH | lch(70.3 32.0 298.6) |
| OKLCH | oklch(0.750 0.083 291.4) |
Copy-ready code
/* CSS */
color: #aea5df;
background-color: #aea5df;
/* Tailwind (arbitrary) */
class="text-[#aea5df] bg-[#aea5df]"
/* SCSS */
$brand: #aea5df;
/* SwiftUI */
Color(red: 0.682, green: 0.647, blue: 0.875)
/* Android */
Color.parseColor("#aea5df")Accessibility — WCAG contrast
Aa
#aea5df on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aea5df on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green64.7%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta26.0%
Yellow0.0%
Key (black)12.5%
Color previews
#aea5df text on a black background
contrast 9.25:1
Card sample
#aea5df text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aea5df;
Background color
Panel with #aea5df background
background-color: #aea5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aea5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 165, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 165, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aea5df; background: linear-gradient(135deg, #aea5df, #D5A5DF);