#ae0afd
a balanced, electric violet · warm · closest name: magenta
RGB
174, 10, 253
HSL
281°, 98%, 52%
CMYK
31, 96, 0, 1
Luminance
0.1631
Every format
| HEX | #ae0afd |
| RGB | rgb(174, 10, 253) |
| HSL | hsl(281, 98%, 52%) |
| CMYK | cmyk(31%, 96%, 0%, 1%) |
| LAB | lab(47.4 86.2 -81.3) |
| LCH | lch(47.4 118.5 316.7) |
| OKLCH | oklch(0.587 0.296 308.5) |
Copy-ready code
/* CSS */
color: #ae0afd;
background-color: #ae0afd;
/* Tailwind (arbitrary) */
class="text-[#ae0afd] bg-[#ae0afd]"
/* SCSS */
$brand: #ae0afd;
/* SwiftUI */
Color(red: 0.682, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#ae0afd")Accessibility — WCAG contrast
Aa
#ae0afd on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae0afd on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green3.9%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ae0afd text on a black background
contrast 4.26:1
Card sample
#ae0afd text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0afd;
Background color
Panel with #ae0afd background
background-color: #ae0afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0afd; background: linear-gradient(135deg, #ae0afd, #FD0AAA);