#ae2fff
a balanced, electric violet · warm · closest name: magenta
RGB
174, 47, 255
HSL
277°, 100%, 59%
CMYK
32, 82, 0, 0
Luminance
0.1825
Every format
| HEX | #ae2fff |
| RGB | rgb(174, 47, 255) |
| HSL | hsl(277, 100%, 59%) |
| CMYK | cmyk(32%, 82%, 0%, 0%) |
| LAB | lab(49.8 79.9 -78.5) |
| LCH | lch(49.8 112.0 315.5) |
| OKLCH | oklch(0.604 0.280 307.0) |
Copy-ready code
/* CSS */
color: #ae2fff;
background-color: #ae2fff;
/* Tailwind (arbitrary) */
class="text-[#ae2fff] bg-[#ae2fff]"
/* SCSS */
$brand: #ae2fff;
/* SwiftUI */
Color(red: 0.682, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#ae2fff")Accessibility — WCAG contrast
Aa
#ae2fff on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2fff on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green18.4%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ae2fff text on a black background
contrast 4.65:1
Card sample
#ae2fff text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2fff;
Background color
Panel with #ae2fff background
background-color: #ae2fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2fff; background: linear-gradient(135deg, #ae2fff, #FF2FC5);