#ae2cd8
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 44, 216
HSL
285°, 69%, 51%
CMYK
19, 80, 0, 15
Luminance
0.1576
Every format
| HEX | #ae2cd8 |
| RGB | rgb(174, 44, 216) |
| HSL | hsl(285, 69%, 51%) |
| CMYK | cmyk(19%, 80%, 0%, 15%) |
| LAB | lab(46.7 73.2 -61.5) |
| LCH | lch(46.7 95.6 319.9) |
| OKLCH | oklch(0.573 0.250 315.9) |
Copy-ready code
/* CSS */
color: #ae2cd8;
background-color: #ae2cd8;
/* Tailwind (arbitrary) */
class="text-[#ae2cd8] bg-[#ae2cd8]"
/* SCSS */
$brand: #ae2cd8;
/* SwiftUI */
Color(red: 0.682, green: 0.173, blue: 0.847)
/* Android */
Color.parseColor("#ae2cd8")Accessibility — WCAG contrast
Aa
#ae2cd8 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2cd8 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green17.3%
Blue84.7%
CMYK percentages
Cyan19.4%
Magenta79.6%
Yellow0.0%
Key (black)15.3%
Color previews
#ae2cd8 text on a black background
contrast 4.15:1
Card sample
#ae2cd8 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2cd8;
Background color
Panel with #ae2cd8 background
background-color: #ae2cd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2cd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 44, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 44, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2cd8; background: linear-gradient(135deg, #ae2cd8, #D82C90);