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