#ae079b
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 7, 155
HSL
307°, 92%, 36%
CMYK
0, 96, 11, 32
Luminance
0.1152
Every format
| HEX | #ae079b |
| RGB | rgb(174, 7, 155) |
| HSL | hsl(307, 92%, 36%) |
| CMYK | cmyk(0%, 96%, 11%, 32%) |
| LAB | lab(40.4 70.3 -35.6) |
| LCH | lch(40.4 78.8 333.1) |
| OKLCH | oklch(0.517 0.227 334.5) |
Copy-ready code
/* CSS */
color: #ae079b;
background-color: #ae079b;
/* Tailwind (arbitrary) */
class="text-[#ae079b] bg-[#ae079b]"
/* SCSS */
$brand: #ae079b;
/* SwiftUI */
Color(red: 0.682, green: 0.027, blue: 0.608)
/* Android */
Color.parseColor("#ae079b")Accessibility — WCAG contrast
Aa
#ae079b on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae079b on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green2.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow10.9%
Key (black)31.8%
Color previews
#ae079b text on a black background
contrast 3.30:1
Card sample
#ae079b text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae079b;
Background color
Panel with #ae079b background
background-color: #ae079b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae079b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 7, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 7, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae079b; background: linear-gradient(135deg, #ae079b, #AE072C);