#ae3eb9
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
174, 62, 185
HSL
295°, 50%, 48%
CMYK
6, 67, 0, 28
Luminance
0.1595
Every format
| HEX | #ae3eb9 |
| RGB | rgb(174, 62, 185) |
| HSL | hsl(295, 50%, 48%) |
| CMYK | cmyk(6%, 67%, 0%, 28%) |
| LAB | lab(46.9 61.3 -43.2) |
| LCH | lch(46.9 75.0 324.8) |
| OKLCH | oklch(0.569 0.205 324.0) |
Copy-ready code
/* CSS */
color: #ae3eb9;
background-color: #ae3eb9;
/* Tailwind (arbitrary) */
class="text-[#ae3eb9] bg-[#ae3eb9]"
/* SCSS */
$brand: #ae3eb9;
/* SwiftUI */
Color(red: 0.682, green: 0.243, blue: 0.725)
/* Android */
Color.parseColor("#ae3eb9")Accessibility — WCAG contrast
Aa
#ae3eb9 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3eb9 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green24.3%
Blue72.5%
CMYK percentages
Cyan5.9%
Magenta66.5%
Yellow0.0%
Key (black)27.5%
Color previews
#ae3eb9 text on a black background
contrast 4.19:1
Card sample
#ae3eb9 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3eb9;
Background color
Panel with #ae3eb9 background
background-color: #ae3eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 62, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 62, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3eb9; background: linear-gradient(135deg, #ae3eb9, #B93E72);