#ae3eb2
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
174, 62, 178
HSL
298°, 48%, 47%
CMYK
2, 65, 0, 30
Luminance
0.1566
Every format
| HEX | #ae3eb2 |
| RGB | rgb(174, 62, 178) |
| HSL | hsl(298, 48%, 47%) |
| CMYK | cmyk(2%, 65%, 0%, 30%) |
| LAB | lab(46.5 60.0 -39.7) |
| LCH | lch(46.5 72.0 326.5) |
| OKLCH | oklch(0.565 0.199 326.4) |
Copy-ready code
/* CSS */
color: #ae3eb2;
background-color: #ae3eb2;
/* Tailwind (arbitrary) */
class="text-[#ae3eb2] bg-[#ae3eb2]"
/* SCSS */
$brand: #ae3eb2;
/* SwiftUI */
Color(red: 0.682, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#ae3eb2")Accessibility — WCAG contrast
Aa
#ae3eb2 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3eb2 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green24.3%
Blue69.8%
CMYK percentages
Cyan2.2%
Magenta65.2%
Yellow0.0%
Key (black)30.2%
Color previews
#ae3eb2 text on a black background
contrast 4.13:1
Card sample
#ae3eb2 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3eb2;
Background color
Panel with #ae3eb2 background
background-color: #ae3eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3eb2; background: linear-gradient(135deg, #ae3eb2, #B23E69);