#ae0ade
a balanced, electric violet · warm · closest name: magenta
RGB
174, 10, 222
HSL
286°, 91%, 46%
CMYK
22, 96, 0, 13
Luminance
0.1449
Every format
| HEX | #ae0ade |
| RGB | rgb(174, 10, 222) |
| HSL | hsl(286, 91%, 46%) |
| CMYK | cmyk(22%, 96%, 0%, 13%) |
| LAB | lab(44.9 80.6 -67.8) |
| LCH | lch(44.9 105.3 319.9) |
| OKLCH | oklch(0.562 0.273 315.3) |
Copy-ready code
/* CSS */
color: #ae0ade;
background-color: #ae0ade;
/* Tailwind (arbitrary) */
class="text-[#ae0ade] bg-[#ae0ade]"
/* SCSS */
$brand: #ae0ade;
/* SwiftUI */
Color(red: 0.682, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#ae0ade")Accessibility — WCAG contrast
Aa
#ae0ade on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae0ade on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green3.9%
Blue87.1%
CMYK percentages
Cyan21.6%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#ae0ade text on a black background
contrast 3.90:1
Card sample
#ae0ade text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0ade;
Background color
Panel with #ae0ade background
background-color: #ae0ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0ade; background: linear-gradient(135deg, #ae0ade, #DE0A81);