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