#ae0050
a dark, electric magenta / pink · warm · closest name: crimson
RGB
174, 0, 80
HSL
332°, 100%, 34%
CMYK
0, 100, 54, 32
Luminance
0.0958
Every format
| HEX | #ae0050 |
| RGB | rgb(174, 0, 80) |
| HSL | hsl(332, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 54%, 32%) |
| LAB | lab(37.1 63.1 6.2) |
| LCH | lch(37.1 63.4 5.6) |
| OKLCH | oklch(0.483 0.194 4.8) |
Copy-ready code
/* CSS */
color: #ae0050;
background-color: #ae0050;
/* Tailwind (arbitrary) */
class="text-[#ae0050] bg-[#ae0050]"
/* SCSS */
$brand: #ae0050;
/* SwiftUI */
Color(red: 0.682, green: 0.000, blue: 0.314)
/* Android */
Color.parseColor("#ae0050")Accessibility — WCAG contrast
Aa
#ae0050 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae0050 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.0%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow54.0%
Key (black)31.8%
Color previews
#ae0050 text on a black background
contrast 2.92:1
Card sample
#ae0050 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0050;
Background color
Panel with #ae0050 background
background-color: #ae0050;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0050;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 0, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 0, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0050; background: linear-gradient(135deg, #ae0050, #AE2400);