#ae2ac9
a balanced, vivid violet · warm · closest name: purple
RGB
174, 42, 201
HSL
290°, 65%, 48%
CMYK
13, 79, 0, 21
Luminance
0.1487
Every format
| HEX | #ae2ac9 |
| RGB | rgb(174, 42, 201) |
| HSL | hsl(290, 65%, 48%) |
| CMYK | cmyk(13%, 79%, 0%, 21%) |
| LAB | lab(45.5 71.0 -54.8) |
| LCH | lch(45.5 89.7 322.3) |
| OKLCH | oklch(0.561 0.239 320.0) |
Copy-ready code
/* CSS */
color: #ae2ac9;
background-color: #ae2ac9;
/* Tailwind (arbitrary) */
class="text-[#ae2ac9] bg-[#ae2ac9]"
/* SCSS */
$brand: #ae2ac9;
/* SwiftUI */
Color(red: 0.682, green: 0.165, blue: 0.788)
/* Android */
Color.parseColor("#ae2ac9")Accessibility — WCAG contrast
Aa
#ae2ac9 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2ac9 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green16.5%
Blue78.8%
CMYK percentages
Cyan13.4%
Magenta79.1%
Yellow0.0%
Key (black)21.2%
Color previews
#ae2ac9 text on a black background
contrast 3.97:1
Card sample
#ae2ac9 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2ac9;
Background color
Panel with #ae2ac9 background
background-color: #ae2ac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2ac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 42, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 42, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2ac9; background: linear-gradient(135deg, #ae2ac9, #C92A7A);