#ae94df
a light, vivid violet · warm · closest name: plum
RGB
174, 148, 223
HSL
261°, 54%, 73%
CMYK
22, 34, 0, 13
Luminance
0.3551
Every format
| HEX | #ae94df |
| RGB | rgb(174, 148, 223) |
| HSL | hsl(261, 54%, 73%) |
| CMYK | cmyk(22%, 34%, 0%, 13%) |
| LAB | lab(66.1 24.8 -34.6) |
| LCH | lch(66.1 42.6 305.7) |
| OKLCH | oklch(0.718 0.110 299.6) |
Copy-ready code
/* CSS */
color: #ae94df;
background-color: #ae94df;
/* Tailwind (arbitrary) */
class="text-[#ae94df] bg-[#ae94df]"
/* SCSS */
$brand: #ae94df;
/* SwiftUI */
Color(red: 0.682, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#ae94df")Accessibility — WCAG contrast
Aa
#ae94df on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae94df on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green58.0%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta33.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ae94df text on a black background
contrast 8.10:1
Card sample
#ae94df text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae94df;
Background color
Panel with #ae94df background
background-color: #ae94df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae94df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae94df; background: linear-gradient(135deg, #ae94df, #DF94DE);