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