#ae09cd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
174, 9, 205
HSL
291°, 92%, 42%
CMYK
15, 96, 0, 20
Luminance
0.1360
Every format
| HEX | #ae09cd |
| RGB | rgb(174, 9, 205) |
| HSL | hsl(291, 92%, 42%) |
| CMYK | cmyk(15%, 96%, 0%, 20%) |
| LAB | lab(43.7 77.8 -60.1) |
| LCH | lch(43.7 98.3 322.3) |
| OKLCH | oklch(0.550 0.261 319.5) |
Copy-ready code
/* CSS */
color: #ae09cd;
background-color: #ae09cd;
/* Tailwind (arbitrary) */
class="text-[#ae09cd] bg-[#ae09cd]"
/* SCSS */
$brand: #ae09cd;
/* SwiftUI */
Color(red: 0.682, green: 0.035, blue: 0.804)
/* Android */
Color.parseColor("#ae09cd")Accessibility — WCAG contrast
Aa
#ae09cd on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae09cd on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green3.5%
Blue80.4%
CMYK percentages
Cyan15.1%
Magenta95.6%
Yellow0.0%
Key (black)19.6%
Color previews
#ae09cd text on a black background
contrast 3.72:1
Card sample
#ae09cd text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae09cd;
Background color
Panel with #ae09cd background
background-color: #ae09cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae09cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 9, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 9, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae09cd; background: linear-gradient(135deg, #ae09cd, #CD0969);