#ae1069
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 16, 105
HSL
326°, 83%, 37%
CMYK
0, 91, 40, 32
Luminance
0.1039
Every format
| HEX | #ae1069 |
| RGB | rgb(174, 16, 105) |
| HSL | hsl(326, 83%, 37%) |
| CMYK | cmyk(0%, 91%, 40%, 32%) |
| LAB | lab(38.5 63.3 -7.6) |
| LCH | lch(38.5 63.7 353.1) |
| OKLCH | oklch(0.496 0.196 354.3) |
Copy-ready code
/* CSS */
color: #ae1069;
background-color: #ae1069;
/* Tailwind (arbitrary) */
class="text-[#ae1069] bg-[#ae1069]"
/* SCSS */
$brand: #ae1069;
/* SwiftUI */
Color(red: 0.682, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#ae1069")Accessibility — WCAG contrast
Aa
#ae1069 on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae1069 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow39.7%
Key (black)31.8%
Color previews
#ae1069 text on a black background
contrast 3.08:1
Card sample
#ae1069 text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae1069;
Background color
Panel with #ae1069 background
background-color: #ae1069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae1069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae1069; background: linear-gradient(135deg, #ae1069, #AE2010);