#ae00ae
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 0, 174
HSL
300°, 100%, 34%
CMYK
0, 100, 0, 32
Luminance
0.1205
Every format
| HEX | #ae00ae |
| RGB | rgb(174, 0, 174) |
| HSL | hsl(300, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 0%, 32%) |
| LAB | lab(41.3 73.8 -45.7) |
| LCH | lch(41.3 86.8 328.2) |
| OKLCH | oklch(0.527 0.242 328.4) |
Copy-ready code
/* CSS */
color: #ae00ae;
background-color: #ae00ae;
/* Tailwind (arbitrary) */
class="text-[#ae00ae] bg-[#ae00ae]"
/* SCSS */
$brand: #ae00ae;
/* SwiftUI */
Color(red: 0.682, green: 0.000, blue: 0.682)
/* Android */
Color.parseColor("#ae00ae")Accessibility — WCAG contrast
Aa
#ae00ae on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae00ae on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)31.8%
Color previews
#ae00ae text on a black background
contrast 3.41:1
Card sample
#ae00ae text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae00ae;
Background color
Panel with #ae00ae background
background-color: #ae00ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae00ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 0, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 0, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae00ae; background: linear-gradient(135deg, #ae00ae, #AE003A);