#ae20eb
a balanced, electric violet · warm · closest name: magenta
RGB
174, 32, 235
HSL
282°, 84%, 52%
CMYK
26, 86, 0, 8
Luminance
0.1603
Every format
| HEX | #ae20eb |
| RGB | rgb(174, 32, 235) |
| HSL | hsl(282, 84%, 52%) |
| CMYK | cmyk(26%, 86%, 0%, 8%) |
| LAB | lab(47.0 79.7 -71.8) |
| LCH | lch(47.0 107.2 318.0) |
| OKLCH | oklch(0.580 0.273 311.8) |
Copy-ready code
/* CSS */
color: #ae20eb;
background-color: #ae20eb;
/* Tailwind (arbitrary) */
class="text-[#ae20eb] bg-[#ae20eb]"
/* SCSS */
$brand: #ae20eb;
/* SwiftUI */
Color(red: 0.682, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#ae20eb")Accessibility — WCAG contrast
Aa
#ae20eb on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae20eb on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green12.5%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ae20eb text on a black background
contrast 4.21:1
Card sample
#ae20eb text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae20eb;
Background color
Panel with #ae20eb background
background-color: #ae20eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae20eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae20eb; background: linear-gradient(135deg, #ae20eb, #EB20A1);