#ae07cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
174, 7, 207
HSL
290°, 94%, 42%
CMYK
16, 97, 0, 19
Luminance
0.1366
Every format
| HEX | #ae07cf |
| RGB | rgb(174, 7, 207) |
| HSL | hsl(290, 94%, 42%) |
| CMYK | cmyk(16%, 97%, 0%, 19%) |
| LAB | lab(43.7 78.3 -61.1) |
| LCH | lch(43.7 99.3 322.0) |
| OKLCH | oklch(0.551 0.263 319.1) |
Copy-ready code
/* CSS */
color: #ae07cf;
background-color: #ae07cf;
/* Tailwind (arbitrary) */
class="text-[#ae07cf] bg-[#ae07cf]"
/* SCSS */
$brand: #ae07cf;
/* SwiftUI */
Color(red: 0.682, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#ae07cf")Accessibility — WCAG contrast
Aa
#ae07cf on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae07cf on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green2.7%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ae07cf text on a black background
contrast 3.73:1
Card sample
#ae07cf text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae07cf;
Background color
Panel with #ae07cf background
background-color: #ae07cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae07cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae07cf; background: linear-gradient(135deg, #ae07cf, #CF076B);