#ae4fff
a light, electric violet · warm · closest name: magenta
RGB
174, 79, 255
HSL
272°, 100%, 66%
CMYK
32, 69, 0, 0
Luminance
0.2181
Every format
| HEX | #ae4fff |
| RGB | rgb(174, 79, 255) |
| HSL | hsl(272, 100%, 66%) |
| CMYK | cmyk(32%, 69%, 0%, 0%) |
| LAB | lab(53.8 68.3 -71.9) |
| LCH | lch(53.8 99.2 313.5) |
| OKLCH | oklch(0.632 0.249 304.9) |
Copy-ready code
/* CSS */
color: #ae4fff;
background-color: #ae4fff;
/* Tailwind (arbitrary) */
class="text-[#ae4fff] bg-[#ae4fff]"
/* SCSS */
$brand: #ae4fff;
/* SwiftUI */
Color(red: 0.682, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#ae4fff")Accessibility — WCAG contrast
Aa
#ae4fff on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae4fff on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green31.0%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ae4fff text on a black background
contrast 5.36:1
Card sample
#ae4fff text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4fff;
Background color
Panel with #ae4fff background
background-color: #ae4fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4fff; background: linear-gradient(135deg, #ae4fff, #FF4FDB);