#ae0cd0
a dark, electric violet · warm · closest name: magenta
RGB
174, 12, 208
HSL
290°, 89%, 43%
CMYK
16, 94, 0, 18
Luminance
0.1382
Every format
| HEX | #ae0cd0 |
| RGB | rgb(174, 12, 208) |
| HSL | hsl(290, 89%, 43%) |
| CMYK | cmyk(16%, 94%, 0%, 18%) |
| LAB | lab(44.0 78.0 -61.3) |
| LCH | lch(44.0 99.2 321.8) |
| OKLCH | oklch(0.553 0.262 318.7) |
Copy-ready code
/* CSS */
color: #ae0cd0;
background-color: #ae0cd0;
/* Tailwind (arbitrary) */
class="text-[#ae0cd0] bg-[#ae0cd0]"
/* SCSS */
$brand: #ae0cd0;
/* SwiftUI */
Color(red: 0.682, green: 0.047, blue: 0.816)
/* Android */
Color.parseColor("#ae0cd0")Accessibility — WCAG contrast
Aa
#ae0cd0 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae0cd0 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green4.7%
Blue81.6%
CMYK percentages
Cyan16.3%
Magenta94.2%
Yellow0.0%
Key (black)18.4%
Color previews
#ae0cd0 text on a black background
contrast 3.76:1
Card sample
#ae0cd0 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0cd0;
Background color
Panel with #ae0cd0 background
background-color: #ae0cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 12, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 12, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0cd0; background: linear-gradient(135deg, #ae0cd0, #D00C6F);