#ae3af3
a balanced, electric violet · warm · closest name: magenta
RGB
174, 58, 243
HSL
278°, 89%, 59%
CMYK
28, 76, 0, 5
Luminance
0.1850
Every format
| HEX | #ae3af3 |
| RGB | rgb(174, 58, 243) |
| HSL | hsl(278, 89%, 59%) |
| CMYK | cmyk(28%, 76%, 0%, 5%) |
| LAB | lab(50.1 74.0 -71.3) |
| LCH | lch(50.1 102.7 316.1) |
| OKLCH | oklch(0.603 0.260 308.9) |
Copy-ready code
/* CSS */
color: #ae3af3;
background-color: #ae3af3;
/* Tailwind (arbitrary) */
class="text-[#ae3af3] bg-[#ae3af3]"
/* SCSS */
$brand: #ae3af3;
/* SwiftUI */
Color(red: 0.682, green: 0.227, blue: 0.953)
/* Android */
Color.parseColor("#ae3af3")Accessibility — WCAG contrast
Aa
#ae3af3 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae3af3 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green22.7%
Blue95.3%
CMYK percentages
Cyan28.4%
Magenta76.1%
Yellow0.0%
Key (black)4.7%
Color previews
#ae3af3 text on a black background
contrast 4.70:1
Card sample
#ae3af3 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3af3;
Background color
Panel with #ae3af3 background
background-color: #ae3af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 58, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 58, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3af3; background: linear-gradient(135deg, #ae3af3, #F33ABD);