#ae0df8
a balanced, electric violet · warm · closest name: magenta
RGB
174, 13, 248
HSL
281°, 94%, 51%
CMYK
30, 95, 0, 3
Luminance
0.1606
Every format
| HEX | #ae0df8 |
| RGB | rgb(174, 13, 248) |
| HSL | hsl(281, 94%, 51%) |
| CMYK | cmyk(30%, 95%, 0%, 3%) |
| LAB | lab(47.1 85.0 -79.0) |
| LCH | lch(47.1 116.1 317.1) |
| OKLCH | oklch(0.583 0.291 309.5) |
Copy-ready code
/* CSS */
color: #ae0df8;
background-color: #ae0df8;
/* Tailwind (arbitrary) */
class="text-[#ae0df8] bg-[#ae0df8]"
/* SCSS */
$brand: #ae0df8;
/* SwiftUI */
Color(red: 0.682, green: 0.051, blue: 0.973)
/* Android */
Color.parseColor("#ae0df8")Accessibility — WCAG contrast
Aa
#ae0df8 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae0df8 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green5.1%
Blue97.3%
CMYK percentages
Cyan29.8%
Magenta94.8%
Yellow0.0%
Key (black)2.7%
Color previews
#ae0df8 text on a black background
contrast 4.21:1
Card sample
#ae0df8 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0df8;
Background color
Panel with #ae0df8 background
background-color: #ae0df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 13, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 13, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0df8; background: linear-gradient(135deg, #ae0df8, #F80DA5);