#ae40eb
a balanced, electric violet · warm · closest name: magenta
RGB
174, 64, 235
HSL
279°, 81%, 59%
CMYK
26, 73, 0, 8
Luminance
0.1866
Every format
| HEX | #ae40eb |
| RGB | rgb(174, 64, 235) |
| HSL | hsl(279, 81%, 59%) |
| CMYK | cmyk(26%, 73%, 0%, 8%) |
| LAB | lab(50.3 70.2 -66.5) |
| LCH | lch(50.3 96.7 316.6) |
| OKLCH | oklch(0.603 0.247 310.3) |
Copy-ready code
/* CSS */
color: #ae40eb;
background-color: #ae40eb;
/* Tailwind (arbitrary) */
class="text-[#ae40eb] bg-[#ae40eb]"
/* SCSS */
$brand: #ae40eb;
/* SwiftUI */
Color(red: 0.682, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#ae40eb")Accessibility — WCAG contrast
Aa
#ae40eb on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae40eb on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green25.1%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ae40eb text on a black background
contrast 4.73:1
Card sample
#ae40eb text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae40eb;
Background color
Panel with #ae40eb background
background-color: #ae40eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae40eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae40eb; background: linear-gradient(135deg, #ae40eb, #EB40B6);