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