#ae3ace
a balanced, vivid violet · warm · closest name: purple
RGB
174, 58, 206
HSL
287°, 60%, 52%
CMYK
16, 72, 0, 19
Luminance
0.1648
Every format
| HEX | #ae3ace |
| RGB | rgb(174, 58, 206) |
| HSL | hsl(287, 60%, 52%) |
| CMYK | cmyk(16%, 72%, 0%, 19%) |
| LAB | lab(47.6 66.7 -54.3) |
| LCH | lch(47.6 86.0 320.9) |
| OKLCH | oklch(0.578 0.228 317.9) |
Copy-ready code
/* CSS */
color: #ae3ace;
background-color: #ae3ace;
/* Tailwind (arbitrary) */
class="text-[#ae3ace] bg-[#ae3ace]"
/* SCSS */
$brand: #ae3ace;
/* SwiftUI */
Color(red: 0.682, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#ae3ace")Accessibility — WCAG contrast
Aa
#ae3ace on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3ace on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green22.7%
Blue80.8%
CMYK percentages
Cyan15.5%
Magenta71.8%
Yellow0.0%
Key (black)19.2%
Color previews
#ae3ace text on a black background
contrast 4.30:1
Card sample
#ae3ace text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3ace;
Background color
Panel with #ae3ace background
background-color: #ae3ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3ace; background: linear-gradient(135deg, #ae3ace, #CE3A8B);