#ae2adf
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 42, 223
HSL
284°, 74%, 52%
CMYK
22, 81, 0, 13
Luminance
0.1598
Every format
| HEX | #ae2adf |
| RGB | rgb(174, 42, 223) |
| HSL | hsl(284, 74%, 52%) |
| CMYK | cmyk(22%, 81%, 0%, 13%) |
| LAB | lab(47.0 75.0 -65.1) |
| LCH | lch(47.0 99.3 319.1) |
| OKLCH | oklch(0.577 0.257 314.3) |
Copy-ready code
/* CSS */
color: #ae2adf;
background-color: #ae2adf;
/* Tailwind (arbitrary) */
class="text-[#ae2adf] bg-[#ae2adf]"
/* SCSS */
$brand: #ae2adf;
/* SwiftUI */
Color(red: 0.682, green: 0.165, blue: 0.875)
/* Android */
Color.parseColor("#ae2adf")Accessibility — WCAG contrast
Aa
#ae2adf on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2adf on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green16.5%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta81.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ae2adf text on a black background
contrast 4.20:1
Card sample
#ae2adf text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2adf;
Background color
Panel with #ae2adf background
background-color: #ae2adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 42, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 42, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2adf; background: linear-gradient(135deg, #ae2adf, #DF2A97);