#ae07af
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 7, 175
HSL
300°, 92%, 36%
CMYK
1, 96, 0, 31
Luminance
0.1225
Every format
| HEX | #ae07af |
| RGB | rgb(174, 7, 175) |
| HSL | hsl(300, 92%, 36%) |
| CMYK | cmyk(1%, 96%, 0%, 31%) |
| LAB | lab(41.6 73.2 -45.8) |
| LCH | lch(41.6 86.3 328.0) |
| OKLCH | oklch(0.529 0.240 328.0) |
Copy-ready code
/* CSS */
color: #ae07af;
background-color: #ae07af;
/* Tailwind (arbitrary) */
class="text-[#ae07af] bg-[#ae07af]"
/* SCSS */
$brand: #ae07af;
/* SwiftUI */
Color(red: 0.682, green: 0.027, blue: 0.686)
/* Android */
Color.parseColor("#ae07af")Accessibility — WCAG contrast
Aa
#ae07af on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae07af on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green2.7%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta96.0%
Yellow0.0%
Key (black)31.4%
Color previews
#ae07af text on a black background
contrast 3.45:1
Card sample
#ae07af text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae07af;
Background color
Panel with #ae07af background
background-color: #ae07af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae07af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 7, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 7, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae07af; background: linear-gradient(135deg, #ae07af, #AF0740);