#ae2eaf
a dark, vivid magenta / pink · warm · closest name: purple
RGB
174, 46, 175
HSL
300°, 58%, 43%
CMYK
1, 74, 0, 31
Luminance
0.1405
Every format
| HEX | #ae2eaf |
| RGB | rgb(174, 46, 175) |
| HSL | hsl(300, 58%, 43%) |
| CMYK | cmyk(1%, 74%, 0%, 31%) |
| LAB | lab(44.3 65.3 -41.5) |
| LCH | lch(44.3 77.4 327.6) |
| OKLCH | oklch(0.548 0.215 327.7) |
Copy-ready code
/* CSS */
color: #ae2eaf;
background-color: #ae2eaf;
/* Tailwind (arbitrary) */
class="text-[#ae2eaf] bg-[#ae2eaf]"
/* SCSS */
$brand: #ae2eaf;
/* SwiftUI */
Color(red: 0.682, green: 0.180, blue: 0.686)
/* Android */
Color.parseColor("#ae2eaf")Accessibility — WCAG contrast
Aa
#ae2eaf on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2eaf on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green18.0%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta73.7%
Yellow0.0%
Key (black)31.4%
Color previews
#ae2eaf text on a black background
contrast 3.81:1
Card sample
#ae2eaf text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2eaf;
Background color
Panel with #ae2eaf background
background-color: #ae2eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 46, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 46, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2eaf; background: linear-gradient(135deg, #ae2eaf, #AF2E5A);