#ae39df
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 57, 223
HSL
282°, 72%, 55%
CMYK
22, 74, 0, 13
Luminance
0.1725
Every format
| HEX | #ae39df |
| RGB | rgb(174, 57, 223) |
| HSL | hsl(282, 72%, 55%) |
| CMYK | cmyk(22%, 74%, 0%, 13%) |
| LAB | lab(48.6 70.3 -62.4) |
| LCH | lch(48.6 94.0 318.4) |
| OKLCH | oklch(0.588 0.243 313.6) |
Copy-ready code
/* CSS */
color: #ae39df;
background-color: #ae39df;
/* Tailwind (arbitrary) */
class="text-[#ae39df] bg-[#ae39df]"
/* SCSS */
$brand: #ae39df;
/* SwiftUI */
Color(red: 0.682, green: 0.224, blue: 0.875)
/* Android */
Color.parseColor("#ae39df")Accessibility — WCAG contrast
Aa
#ae39df on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae39df on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green22.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta74.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ae39df text on a black background
contrast 4.45:1
Card sample
#ae39df text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae39df;
Background color
Panel with #ae39df background
background-color: #ae39df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae39df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 57, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 57, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae39df; background: linear-gradient(135deg, #ae39df, #DF39A1);