#ae16cf
a dark, electric violet · warm · closest name: magenta
RGB
174, 22, 207
HSL
289°, 81%, 45%
CMYK
16, 89, 0, 19
Luminance
0.1408
Every format
| HEX | #ae16cf |
| RGB | rgb(174, 22, 207) |
| HSL | hsl(289, 81%, 45%) |
| CMYK | cmyk(16%, 89%, 0%, 19%) |
| LAB | lab(44.4 76.5 -60.1) |
| LCH | lch(44.4 97.3 321.8) |
| OKLCH | oklch(0.555 0.257 318.8) |
Copy-ready code
/* CSS */
color: #ae16cf;
background-color: #ae16cf;
/* Tailwind (arbitrary) */
class="text-[#ae16cf] bg-[#ae16cf]"
/* SCSS */
$brand: #ae16cf;
/* SwiftUI */
Color(red: 0.682, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#ae16cf")Accessibility — WCAG contrast
Aa
#ae16cf on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae16cf on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green8.6%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ae16cf text on a black background
contrast 3.82:1
Card sample
#ae16cf text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae16cf;
Background color
Panel with #ae16cf background
background-color: #ae16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae16cf; background: linear-gradient(135deg, #ae16cf, #CF1675);