#ae29df
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 41, 223
HSL
284°, 74%, 52%
CMYK
22, 82, 0, 13
Luminance
0.1591
Every format
| HEX | #ae29df |
| RGB | rgb(174, 41, 223) |
| HSL | hsl(284, 74%, 52%) |
| CMYK | cmyk(22%, 82%, 0%, 13%) |
| LAB | lab(46.9 75.3 -65.2) |
| LCH | lch(46.9 99.6 319.1) |
| OKLCH | oklch(0.576 0.258 314.3) |
Copy-ready code
/* CSS */
color: #ae29df;
background-color: #ae29df;
/* Tailwind (arbitrary) */
class="text-[#ae29df] bg-[#ae29df]"
/* SCSS */
$brand: #ae29df;
/* SwiftUI */
Color(red: 0.682, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#ae29df")Accessibility — WCAG contrast
Aa
#ae29df on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae29df on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green16.1%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ae29df text on a black background
contrast 4.18:1
Card sample
#ae29df text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae29df;
Background color
Panel with #ae29df background
background-color: #ae29df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae29df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae29df; background: linear-gradient(135deg, #ae29df, #DF2997);