#ae2abf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
174, 42, 191
HSL
293°, 64%, 46%
CMYK
9, 78, 0, 25
Luminance
0.1442
Every format
| HEX | #ae2abf |
| RGB | rgb(174, 42, 191) |
| HSL | hsl(293, 64%, 46%) |
| CMYK | cmyk(9%, 78%, 0%, 25%) |
| LAB | lab(44.8 69.3 -50.0) |
| LCH | lch(44.8 85.5 324.1) |
| OKLCH | oklch(0.555 0.232 322.8) |
Copy-ready code
/* CSS */
color: #ae2abf;
background-color: #ae2abf;
/* Tailwind (arbitrary) */
class="text-[#ae2abf] bg-[#ae2abf]"
/* SCSS */
$brand: #ae2abf;
/* SwiftUI */
Color(red: 0.682, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#ae2abf")Accessibility — WCAG contrast
Aa
#ae2abf on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2abf on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green16.5%
Blue74.9%
CMYK percentages
Cyan8.9%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#ae2abf text on a black background
contrast 3.88:1
Card sample
#ae2abf text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2abf;
Background color
Panel with #ae2abf background
background-color: #ae2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2abf; background: linear-gradient(135deg, #ae2abf, #BF2A6D);