#ae02a2
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 2, 162
HSL
304°, 98%, 35%
CMYK
0, 99, 7, 32
Luminance
0.1165
Every format
| HEX | #ae02a2 |
| RGB | rgb(174, 2, 162) |
| HSL | hsl(304, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 7%, 32%) |
| LAB | lab(40.7 71.8 -39.5) |
| LCH | lch(40.7 82.0 331.2) |
| OKLCH | oklch(0.520 0.234 332.1) |
Copy-ready code
/* CSS */
color: #ae02a2;
background-color: #ae02a2;
/* Tailwind (arbitrary) */
class="text-[#ae02a2] bg-[#ae02a2]"
/* SCSS */
$brand: #ae02a2;
/* SwiftUI */
Color(red: 0.682, green: 0.008, blue: 0.635)
/* Android */
Color.parseColor("#ae02a2")Accessibility — WCAG contrast
Aa
#ae02a2 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae02a2 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow6.9%
Key (black)31.8%
Color previews
#ae02a2 text on a black background
contrast 3.33:1
Card sample
#ae02a2 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae02a2;
Background color
Panel with #ae02a2 background
background-color: #ae02a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae02a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 2, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 2, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae02a2; background: linear-gradient(135deg, #ae02a2, #AE022F);