#ae006f
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 0, 111
HSL
322°, 100%, 34%
CMYK
0, 100, 36, 32
Luminance
0.1015
Every format
| HEX | #ae006f |
| RGB | rgb(174, 0, 111) |
| HSL | hsl(322, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 36%, 32%) |
| LAB | lab(38.1 65.8 -12.1) |
| LCH | lch(38.1 66.9 349.6) |
| OKLCH | oklch(0.494 0.205 351.2) |
Copy-ready code
/* CSS */
color: #ae006f;
background-color: #ae006f;
/* Tailwind (arbitrary) */
class="text-[#ae006f] bg-[#ae006f]"
/* SCSS */
$brand: #ae006f;
/* SwiftUI */
Color(red: 0.682, green: 0.000, blue: 0.435)
/* Android */
Color.parseColor("#ae006f")Accessibility — WCAG contrast
Aa
#ae006f on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae006f on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow36.2%
Key (black)31.8%
Color previews
#ae006f text on a black background
contrast 3.03:1
Card sample
#ae006f text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae006f;
Background color
Panel with #ae006f background
background-color: #ae006f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae006f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 0, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 0, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae006f; background: linear-gradient(135deg, #ae006f, #AE0500);