#ae3fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 63, 223
HSL
282°, 71%, 56%
CMYK
22, 72, 0, 13
Luminance
0.1788
Every format
| HEX | #ae3fdf |
| RGB | rgb(174, 63, 223) |
| HSL | hsl(282, 71%, 56%) |
| CMYK | cmyk(22%, 72%, 0%, 13%) |
| LAB | lab(49.4 68.1 -61.2) |
| LCH | lch(49.4 91.6 318.1) |
| OKLCH | oklch(0.594 0.237 313.2) |
Copy-ready code
/* CSS */
color: #ae3fdf;
background-color: #ae3fdf;
/* Tailwind (arbitrary) */
class="text-[#ae3fdf] bg-[#ae3fdf]"
/* SCSS */
$brand: #ae3fdf;
/* SwiftUI */
Color(red: 0.682, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#ae3fdf")Accessibility — WCAG contrast
Aa
#ae3fdf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3fdf on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green24.7%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ae3fdf text on a black background
contrast 4.58:1
Card sample
#ae3fdf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3fdf;
Background color
Panel with #ae3fdf background
background-color: #ae3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3fdf; background: linear-gradient(135deg, #ae3fdf, #DF3FA5);