#ae3ccc
a balanced, vivid violet · warm · closest name: purple
RGB
174, 60, 204
HSL
288°, 59%, 52%
CMYK
15, 71, 0, 20
Luminance
0.1659
Every format
| HEX | #ae3ccc |
| RGB | rgb(174, 60, 204) |
| HSL | hsl(288, 59%, 52%) |
| CMYK | cmyk(15%, 71%, 0%, 20%) |
| LAB | lab(47.7 65.6 -52.9) |
| LCH | lch(47.7 84.3 321.1) |
| OKLCH | oklch(0.578 0.224 318.4) |
Copy-ready code
/* CSS */
color: #ae3ccc;
background-color: #ae3ccc;
/* Tailwind (arbitrary) */
class="text-[#ae3ccc] bg-[#ae3ccc]"
/* SCSS */
$brand: #ae3ccc;
/* SwiftUI */
Color(red: 0.682, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#ae3ccc")Accessibility — WCAG contrast
Aa
#ae3ccc on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3ccc on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green23.5%
Blue80.0%
CMYK percentages
Cyan14.7%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#ae3ccc text on a black background
contrast 4.32:1
Card sample
#ae3ccc text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3ccc;
Background color
Panel with #ae3ccc background
background-color: #ae3ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3ccc; background: linear-gradient(135deg, #ae3ccc, #CC3C8A);