#ae29eb
a balanced, electric violet · warm · closest name: magenta
RGB
174, 41, 235
HSL
281°, 83%, 54%
CMYK
26, 83, 0, 8
Luminance
0.1658
Every format
| HEX | #ae29eb |
| RGB | rgb(174, 41, 235) |
| HSL | hsl(281, 83%, 54%) |
| CMYK | cmyk(26%, 83%, 0%, 8%) |
| LAB | lab(47.7 77.6 -70.6) |
| LCH | lch(47.7 104.9 317.7) |
| OKLCH | oklch(0.585 0.268 311.5) |
Copy-ready code
/* CSS */
color: #ae29eb;
background-color: #ae29eb;
/* Tailwind (arbitrary) */
class="text-[#ae29eb] bg-[#ae29eb]"
/* SCSS */
$brand: #ae29eb;
/* SwiftUI */
Color(red: 0.682, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#ae29eb")Accessibility — WCAG contrast
Aa
#ae29eb on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae29eb on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green16.1%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ae29eb text on a black background
contrast 4.32:1
Card sample
#ae29eb text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae29eb;
Background color
Panel with #ae29eb background
background-color: #ae29eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae29eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae29eb; background: linear-gradient(135deg, #ae29eb, #EB29A7);