#ae16cd
a dark, electric violet · warm · closest name: magenta
RGB
174, 22, 205
HSL
290°, 81%, 45%
CMYK
15, 89, 0, 20
Luminance
0.1398
Every format
| HEX | #ae16cd |
| RGB | rgb(174, 22, 205) |
| HSL | hsl(290, 81%, 45%) |
| CMYK | cmyk(15%, 89%, 0%, 20%) |
| LAB | lab(44.2 76.2 -59.2) |
| LCH | lch(44.2 96.5 322.2) |
| OKLCH | oklch(0.554 0.256 319.4) |
Copy-ready code
/* CSS */
color: #ae16cd;
background-color: #ae16cd;
/* Tailwind (arbitrary) */
class="text-[#ae16cd] bg-[#ae16cd]"
/* SCSS */
$brand: #ae16cd;
/* SwiftUI */
Color(red: 0.682, green: 0.086, blue: 0.804)
/* Android */
Color.parseColor("#ae16cd")Accessibility — WCAG contrast
Aa
#ae16cd on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae16cd on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green8.6%
Blue80.4%
CMYK percentages
Cyan15.1%
Magenta89.3%
Yellow0.0%
Key (black)19.6%
Color previews
#ae16cd text on a black background
contrast 3.80:1
Card sample
#ae16cd text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae16cd;
Background color
Panel with #ae16cd background
background-color: #ae16cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae16cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 22, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 22, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae16cd; background: linear-gradient(135deg, #ae16cd, #CD1672);