#ae007b
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 0, 123
HSL
318°, 100%, 34%
CMYK
0, 100, 29, 32
Luminance
0.1043
Every format
| HEX | #ae007b |
| RGB | rgb(174, 0, 123) |
| HSL | hsl(318, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 29%, 32%) |
| LAB | lab(38.6 67.0 -18.9) |
| LCH | lch(38.6 69.7 344.3) |
| OKLCH | oklch(0.499 0.211 346.3) |
Copy-ready code
/* CSS */
color: #ae007b;
background-color: #ae007b;
/* Tailwind (arbitrary) */
class="text-[#ae007b] bg-[#ae007b]"
/* SCSS */
$brand: #ae007b;
/* SwiftUI */
Color(red: 0.682, green: 0.000, blue: 0.482)
/* Android */
Color.parseColor("#ae007b")Accessibility — WCAG contrast
Aa
#ae007b on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae007b on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.3%
Key (black)31.8%
Color previews
#ae007b text on a black background
contrast 3.09:1
Card sample
#ae007b text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae007b;
Background color
Panel with #ae007b background
background-color: #ae007b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae007b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 0, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 0, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae007b; background: linear-gradient(135deg, #ae007b, #AE0007);