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