#ae52fd
a light, electric violet · warm · closest name: magenta
RGB
174, 82, 253
HSL
272°, 98%, 66%
CMYK
31, 68, 0, 1
Luminance
0.2213
Every format
| HEX | #ae52fd |
| RGB | rgb(174, 82, 253) |
| HSL | hsl(272, 98%, 66%) |
| CMYK | cmyk(31%, 68%, 0%, 1%) |
| LAB | lab(54.2 66.6 -70.3) |
| LCH | lch(54.2 96.8 313.5) |
| OKLCH | oklch(0.634 0.244 305.0) |
Copy-ready code
/* CSS */
color: #ae52fd;
background-color: #ae52fd;
/* Tailwind (arbitrary) */
class="text-[#ae52fd] bg-[#ae52fd]"
/* SCSS */
$brand: #ae52fd;
/* SwiftUI */
Color(red: 0.682, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#ae52fd")Accessibility — WCAG contrast
Aa
#ae52fd on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae52fd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green32.2%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ae52fd text on a black background
contrast 5.43:1
Card sample
#ae52fd text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae52fd;
Background color
Panel with #ae52fd background
background-color: #ae52fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae52fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae52fd; background: linear-gradient(135deg, #ae52fd, #FD52DA);