#ae19df
a balanced, electric violet · warm · closest name: magenta
RGB
174, 25, 223
HSL
285°, 80%, 49%
CMYK
22, 89, 0, 13
Luminance
0.1502
Every format
| HEX | #ae19df |
| RGB | rgb(174, 25, 223) |
| HSL | hsl(285, 80%, 49%) |
| CMYK | cmyk(22%, 89%, 0%, 13%) |
| LAB | lab(45.7 78.8 -67.2) |
| LCH | lch(45.7 103.5 319.6) |
| OKLCH | oklch(0.568 0.268 314.8) |
Copy-ready code
/* CSS */
color: #ae19df;
background-color: #ae19df;
/* Tailwind (arbitrary) */
class="text-[#ae19df] bg-[#ae19df]"
/* SCSS */
$brand: #ae19df;
/* SwiftUI */
Color(red: 0.682, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#ae19df")Accessibility — WCAG contrast
Aa
#ae19df on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae19df on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green9.8%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ae19df text on a black background
contrast 4.00:1
Card sample
#ae19df text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae19df;
Background color
Panel with #ae19df background
background-color: #ae19df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae19df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae19df; background: linear-gradient(135deg, #ae19df, #DF198C);