#ae4ffc
a balanced, electric violet · warm · closest name: magenta
RGB
174, 79, 252
HSL
273°, 97%, 65%
CMYK
31, 69, 0, 1
Luminance
0.2162
Every format
| HEX | #ae4ffc |
| RGB | rgb(174, 79, 252) |
| HSL | hsl(273, 97%, 65%) |
| CMYK | cmyk(31%, 69%, 0%, 1%) |
| LAB | lab(53.6 67.7 -70.6) |
| LCH | lch(53.6 97.8 313.8) |
| OKLCH | oklch(0.630 0.246 305.5) |
Copy-ready code
/* CSS */
color: #ae4ffc;
background-color: #ae4ffc;
/* Tailwind (arbitrary) */
class="text-[#ae4ffc] bg-[#ae4ffc]"
/* SCSS */
$brand: #ae4ffc;
/* SwiftUI */
Color(red: 0.682, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#ae4ffc")Accessibility — WCAG contrast
Aa
#ae4ffc on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae4ffc on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green31.0%
Blue98.8%
CMYK percentages
Cyan31.0%
Magenta68.7%
Yellow0.0%
Key (black)1.2%
Color previews
#ae4ffc text on a black background
contrast 5.32:1
Card sample
#ae4ffc text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4ffc;
Background color
Panel with #ae4ffc background
background-color: #ae4ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4ffc; background: linear-gradient(135deg, #ae4ffc, #FC4FD7);