#ae0df5
a balanced, electric violet · warm · closest name: magenta
RGB
174, 13, 245
HSL
282°, 92%, 51%
CMYK
29, 95, 0, 4
Luminance
0.1588
Every format
| HEX | #ae0df5 |
| RGB | rgb(174, 13, 245) |
| HSL | hsl(282, 92%, 51%) |
| CMYK | cmyk(29%, 95%, 0%, 4%) |
| LAB | lab(46.8 84.5 -77.7) |
| LCH | lch(46.8 114.8 317.4) |
| OKLCH | oklch(0.581 0.289 310.1) |
Copy-ready code
/* CSS */
color: #ae0df5;
background-color: #ae0df5;
/* Tailwind (arbitrary) */
class="text-[#ae0df5] bg-[#ae0df5]"
/* SCSS */
$brand: #ae0df5;
/* SwiftUI */
Color(red: 0.682, green: 0.051, blue: 0.961)
/* Android */
Color.parseColor("#ae0df5")Accessibility — WCAG contrast
Aa
#ae0df5 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae0df5 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green5.1%
Blue96.1%
CMYK percentages
Cyan29.0%
Magenta94.7%
Yellow0.0%
Key (black)3.9%
Color previews
#ae0df5 text on a black background
contrast 4.18:1
Card sample
#ae0df5 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0df5;
Background color
Panel with #ae0df5 background
background-color: #ae0df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 13, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 13, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0df5; background: linear-gradient(135deg, #ae0df5, #F50DA2);