#ae31df
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 49, 223
HSL
283°, 73%, 53%
CMYK
22, 78, 0, 13
Luminance
0.1652
Every format
| HEX | #ae31df |
| RGB | rgb(174, 49, 223) |
| HSL | hsl(283, 73%, 53%) |
| CMYK | cmyk(22%, 78%, 0%, 13%) |
| LAB | lab(47.6 73.0 -63.9) |
| LCH | lch(47.6 97.0 318.8) |
| OKLCH | oklch(0.582 0.251 314.0) |
Copy-ready code
/* CSS */
color: #ae31df;
background-color: #ae31df;
/* Tailwind (arbitrary) */
class="text-[#ae31df] bg-[#ae31df]"
/* SCSS */
$brand: #ae31df;
/* SwiftUI */
Color(red: 0.682, green: 0.192, blue: 0.875)
/* Android */
Color.parseColor("#ae31df")Accessibility — WCAG contrast
Aa
#ae31df on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae31df on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green19.2%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta78.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ae31df text on a black background
contrast 4.30:1
Card sample
#ae31df text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae31df;
Background color
Panel with #ae31df background
background-color: #ae31df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae31df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 49, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 49, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae31df; background: linear-gradient(135deg, #ae31df, #DF319C);