#ae32cf
a balanced, vivid violet · warm · closest name: purple
RGB
174, 50, 207
HSL
287°, 62%, 50%
CMYK
16, 76, 0, 19
Luminance
0.1578
Every format
| HEX | #ae32cf |
| RGB | rgb(174, 50, 207) |
| HSL | hsl(287, 62%, 50%) |
| CMYK | cmyk(16%, 76%, 0%, 19%) |
| LAB | lab(46.7 69.7 -56.3) |
| LCH | lch(46.7 89.6 321.0) |
| OKLCH | oklch(0.571 0.237 318.0) |
Copy-ready code
/* CSS */
color: #ae32cf;
background-color: #ae32cf;
/* Tailwind (arbitrary) */
class="text-[#ae32cf] bg-[#ae32cf]"
/* SCSS */
$brand: #ae32cf;
/* SwiftUI */
Color(red: 0.682, green: 0.196, blue: 0.812)
/* Android */
Color.parseColor("#ae32cf")Accessibility — WCAG contrast
Aa
#ae32cf on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae32cf on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green19.6%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta75.8%
Yellow0.0%
Key (black)18.8%
Color previews
#ae32cf text on a black background
contrast 4.16:1
Card sample
#ae32cf text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae32cf;
Background color
Panel with #ae32cf background
background-color: #ae32cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae32cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 50, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 50, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae32cf; background: linear-gradient(135deg, #ae32cf, #CF3287);