#ae11fd
a balanced, electric violet · warm · closest name: magenta
RGB
174, 17, 253
HSL
280°, 98%, 53%
CMYK
31, 93, 0, 1
Luminance
0.1649
Every format
| HEX | #ae11fd |
| RGB | rgb(174, 17, 253) |
| HSL | hsl(280, 98%, 53%) |
| CMYK | cmyk(31%, 93%, 0%, 1%) |
| LAB | lab(47.6 85.5 -80.9) |
| LCH | lch(47.6 117.7 316.6) |
| OKLCH | oklch(0.588 0.294 308.4) |
Copy-ready code
/* CSS */
color: #ae11fd;
background-color: #ae11fd;
/* Tailwind (arbitrary) */
class="text-[#ae11fd] bg-[#ae11fd]"
/* SCSS */
$brand: #ae11fd;
/* SwiftUI */
Color(red: 0.682, green: 0.067, blue: 0.992)
/* Android */
Color.parseColor("#ae11fd")Accessibility — WCAG contrast
Aa
#ae11fd on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae11fd on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green6.7%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta93.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ae11fd text on a black background
contrast 4.30:1
Card sample
#ae11fd text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae11fd;
Background color
Panel with #ae11fd background
background-color: #ae11fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae11fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 17, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 17, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae11fd; background: linear-gradient(135deg, #ae11fd, #FD11AF);