#ae3cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 60, 223
HSL
282°, 72%, 56%
CMYK
22, 73, 0, 13
Luminance
0.1756
Every format
| HEX | #ae3cdf |
| RGB | rgb(174, 60, 223) |
| HSL | hsl(282, 72%, 56%) |
| CMYK | cmyk(22%, 73%, 0%, 13%) |
| LAB | lab(49.0 69.3 -61.8) |
| LCH | lch(49.0 92.8 318.2) |
| OKLCH | oklch(0.591 0.240 313.4) |
Copy-ready code
/* CSS */
color: #ae3cdf;
background-color: #ae3cdf;
/* Tailwind (arbitrary) */
class="text-[#ae3cdf] bg-[#ae3cdf]"
/* SCSS */
$brand: #ae3cdf;
/* SwiftUI */
Color(red: 0.682, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#ae3cdf")Accessibility — WCAG contrast
Aa
#ae3cdf on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3cdf on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green23.5%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ae3cdf text on a black background
contrast 4.51:1
Card sample
#ae3cdf text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3cdf;
Background color
Panel with #ae3cdf background
background-color: #ae3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3cdf; background: linear-gradient(135deg, #ae3cdf, #DF3CA3);