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