#ae10df
a balanced, electric violet · warm · closest name: magenta
RGB
174, 16, 223
HSL
286°, 87%, 47%
CMYK
22, 93, 0, 13
Luminance
0.1470
Every format
| HEX | #ae10df |
| RGB | rgb(174, 16, 223) |
| HSL | hsl(286, 87%, 47%) |
| CMYK | cmyk(22%, 93%, 0%, 13%) |
| LAB | lab(45.2 80.2 -67.9) |
| LCH | lch(45.2 105.0 319.7) |
| OKLCH | oklch(0.565 0.272 315.0) |
Copy-ready code
/* CSS */
color: #ae10df;
background-color: #ae10df;
/* Tailwind (arbitrary) */
class="text-[#ae10df] bg-[#ae10df]"
/* SCSS */
$brand: #ae10df;
/* SwiftUI */
Color(red: 0.682, green: 0.063, blue: 0.875)
/* Android */
Color.parseColor("#ae10df")Accessibility — WCAG contrast
Aa
#ae10df on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae10df on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green6.3%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta92.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ae10df text on a black background
contrast 3.94:1
Card sample
#ae10df text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae10df;
Background color
Panel with #ae10df background
background-color: #ae10df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae10df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 16, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 16, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae10df; background: linear-gradient(135deg, #ae10df, #DF1086);