#ae4dfe
a balanced, electric violet · warm · closest name: magenta
RGB
174, 77, 254
HSL
273°, 99%, 65%
CMYK
32, 70, 0, 0
Luminance
0.2146
Every format
| HEX | #ae4dfe |
| RGB | rgb(174, 77, 254) |
| HSL | hsl(273, 99%, 65%) |
| CMYK | cmyk(32%, 70%, 0%, 0%) |
| LAB | lab(53.5 69.0 -72.0) |
| LCH | lch(53.5 99.7 313.8) |
| OKLCH | oklch(0.629 0.251 305.3) |
Copy-ready code
/* CSS */
color: #ae4dfe;
background-color: #ae4dfe;
/* Tailwind (arbitrary) */
class="text-[#ae4dfe] bg-[#ae4dfe]"
/* SCSS */
$brand: #ae4dfe;
/* SwiftUI */
Color(red: 0.682, green: 0.302, blue: 0.996)
/* Android */
Color.parseColor("#ae4dfe")Accessibility — WCAG contrast
Aa
#ae4dfe on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae4dfe on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green30.2%
Blue99.6%
CMYK percentages
Cyan31.5%
Magenta69.7%
Yellow0.0%
Key (black)0.4%
Color previews
#ae4dfe text on a black background
contrast 5.29:1
Card sample
#ae4dfe text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4dfe;
Background color
Panel with #ae4dfe background
background-color: #ae4dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 77, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 77, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4dfe; background: linear-gradient(135deg, #ae4dfe, #FE4DD8);