#ae2af7
a balanced, electric violet · warm · closest name: magenta
RGB
174, 42, 247
HSL
279°, 93%, 57%
CMYK
30, 83, 0, 3
Luminance
0.1737
Every format
| HEX | #ae2af7 |
| RGB | rgb(174, 42, 247) |
| HSL | hsl(279, 93%, 57%) |
| CMYK | cmyk(30%, 83%, 0%, 3%) |
| LAB | lab(48.7 79.6 -75.7) |
| LCH | lch(48.7 109.9 316.4) |
| OKLCH | oklch(0.595 0.277 308.9) |
Copy-ready code
/* CSS */
color: #ae2af7;
background-color: #ae2af7;
/* Tailwind (arbitrary) */
class="text-[#ae2af7] bg-[#ae2af7]"
/* SCSS */
$brand: #ae2af7;
/* SwiftUI */
Color(red: 0.682, green: 0.165, blue: 0.969)
/* Android */
Color.parseColor("#ae2af7")Accessibility — WCAG contrast
Aa
#ae2af7 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2af7 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green16.5%
Blue96.9%
CMYK percentages
Cyan29.6%
Magenta83.0%
Yellow0.0%
Key (black)3.1%
Color previews
#ae2af7 text on a black background
contrast 4.47:1
Card sample
#ae2af7 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2af7;
Background color
Panel with #ae2af7 background
background-color: #ae2af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 42, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 42, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2af7; background: linear-gradient(135deg, #ae2af7, #F72AB8);