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