#ae39fd
a balanced, electric violet · warm · closest name: magenta
RGB
174, 57, 253
HSL
276°, 98%, 61%
CMYK
31, 78, 0, 1
Luminance
0.1902
Every format
| HEX | #ae39fd |
| RGB | rgb(174, 57, 253) |
| HSL | hsl(276, 98%, 61%) |
| CMYK | cmyk(31%, 78%, 0%, 1%) |
| LAB | lab(50.7 76.4 -75.9) |
| LCH | lch(50.7 107.7 315.2) |
| OKLCH | oklch(0.610 0.270 306.9) |
Copy-ready code
/* CSS */
color: #ae39fd;
background-color: #ae39fd;
/* Tailwind (arbitrary) */
class="text-[#ae39fd] bg-[#ae39fd]"
/* SCSS */
$brand: #ae39fd;
/* SwiftUI */
Color(red: 0.682, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#ae39fd")Accessibility — WCAG contrast
Aa
#ae39fd on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae39fd on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green22.4%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ae39fd text on a black background
contrast 4.80:1
Card sample
#ae39fd text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae39fd;
Background color
Panel with #ae39fd background
background-color: #ae39fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae39fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae39fd; background: linear-gradient(135deg, #ae39fd, #FD39C9);