#ae0fdf
a balanced, electric violet · warm · closest name: magenta
RGB
174, 15, 223
HSL
286°, 87%, 47%
CMYK
22, 93, 0, 13
Luminance
0.1467
Every format
| HEX | #ae0fdf |
| RGB | rgb(174, 15, 223) |
| HSL | hsl(286, 87%, 47%) |
| CMYK | cmyk(22%, 93%, 0%, 13%) |
| LAB | lab(45.2 80.3 -68.0) |
| LCH | lch(45.2 105.2 319.8) |
| OKLCH | oklch(0.564 0.272 315.0) |
Copy-ready code
/* CSS */
color: #ae0fdf;
background-color: #ae0fdf;
/* Tailwind (arbitrary) */
class="text-[#ae0fdf] bg-[#ae0fdf]"
/* SCSS */
$brand: #ae0fdf;
/* SwiftUI */
Color(red: 0.682, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#ae0fdf")Accessibility — WCAG contrast
Aa
#ae0fdf on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae0fdf on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green5.9%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ae0fdf text on a black background
contrast 3.93:1
Card sample
#ae0fdf text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0fdf;
Background color
Panel with #ae0fdf background
background-color: #ae0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0fdf; background: linear-gradient(135deg, #ae0fdf, #DF0F85);