#ae2fd1
a balanced, vivid violet · warm · closest name: purple
RGB
174, 47, 209
HSL
287°, 64%, 50%
CMYK
17, 78, 0, 18
Luminance
0.1564
Every format
| HEX | #ae2fd1 |
| RGB | rgb(174, 47, 209) |
| HSL | hsl(287, 64%, 50%) |
| CMYK | cmyk(17%, 78%, 0%, 18%) |
| LAB | lab(46.5 71.0 -57.8) |
| LCH | lch(46.5 91.5 320.8) |
| OKLCH | oklch(0.570 0.241 317.6) |
Copy-ready code
/* CSS */
color: #ae2fd1;
background-color: #ae2fd1;
/* Tailwind (arbitrary) */
class="text-[#ae2fd1] bg-[#ae2fd1]"
/* SCSS */
$brand: #ae2fd1;
/* SwiftUI */
Color(red: 0.682, green: 0.184, blue: 0.820)
/* Android */
Color.parseColor("#ae2fd1")Accessibility — WCAG contrast
Aa
#ae2fd1 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2fd1 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green18.4%
Blue82.0%
CMYK percentages
Cyan16.7%
Magenta77.5%
Yellow0.0%
Key (black)18.0%
Color previews
#ae2fd1 text on a black background
contrast 4.13:1
Card sample
#ae2fd1 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2fd1;
Background color
Panel with #ae2fd1 background
background-color: #ae2fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 47, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 47, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2fd1; background: linear-gradient(135deg, #ae2fd1, #D12F88);