#ae10cd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
174, 16, 205
HSL
290°, 86%, 43%
CMYK
15, 92, 0, 20
Luminance
0.1378
Every format
| HEX | #ae10cd |
| RGB | rgb(174, 16, 205) |
| HSL | hsl(290, 86%, 43%) |
| CMYK | cmyk(15%, 92%, 0%, 20%) |
| LAB | lab(43.9 77.0 -59.7) |
| LCH | lch(43.9 97.4 322.2) |
| OKLCH | oklch(0.551 0.259 319.5) |
Copy-ready code
/* CSS */
color: #ae10cd;
background-color: #ae10cd;
/* Tailwind (arbitrary) */
class="text-[#ae10cd] bg-[#ae10cd]"
/* SCSS */
$brand: #ae10cd;
/* SwiftUI */
Color(red: 0.682, green: 0.063, blue: 0.804)
/* Android */
Color.parseColor("#ae10cd")Accessibility — WCAG contrast
Aa
#ae10cd on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae10cd on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green6.3%
Blue80.4%
CMYK percentages
Cyan15.1%
Magenta92.2%
Yellow0.0%
Key (black)19.6%
Color previews
#ae10cd text on a black background
contrast 3.76:1
Card sample
#ae10cd text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae10cd;
Background color
Panel with #ae10cd background
background-color: #ae10cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae10cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 16, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 16, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae10cd; background: linear-gradient(135deg, #ae10cd, #CD106E);