#ae02af
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 2, 175
HSL
300°, 98%, 35%
CMYK
1, 99, 0, 31
Luminance
0.1214
Every format
| HEX | #ae02af |
| RGB | rgb(174, 2, 175) |
| HSL | hsl(300, 98%, 35%) |
| CMYK | cmyk(1%, 99%, 0%, 31%) |
| LAB | lab(41.4 73.7 -46.0) |
| LCH | lch(41.4 86.9 328.0) |
| OKLCH | oklch(0.528 0.242 328.1) |
Copy-ready code
/* CSS */
color: #ae02af;
background-color: #ae02af;
/* Tailwind (arbitrary) */
class="text-[#ae02af] bg-[#ae02af]"
/* SCSS */
$brand: #ae02af;
/* SwiftUI */
Color(red: 0.682, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#ae02af")Accessibility — WCAG contrast
Aa
#ae02af on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae02af on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.8%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta98.9%
Yellow0.0%
Key (black)31.4%
Color previews
#ae02af text on a black background
contrast 3.43:1
Card sample
#ae02af text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae02af;
Background color
Panel with #ae02af background
background-color: #ae02af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae02af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae02af; background: linear-gradient(135deg, #ae02af, #AF023D);