#ae01df
a dark, electric violet · warm · closest name: magenta
RGB
174, 1, 223
HSL
287°, 99%, 44%
CMYK
22, 100, 0, 13
Luminance
0.1435
Every format
| HEX | #ae01df |
| RGB | rgb(174, 1, 223) |
| HSL | hsl(287, 99%, 44%) |
| CMYK | cmyk(22%, 100%, 0%, 13%) |
| LAB | lab(44.7 81.6 -68.7) |
| LCH | lch(44.7 106.7 319.9) |
| OKLCH | oklch(0.561 0.276 315.2) |
Copy-ready code
/* CSS */
color: #ae01df;
background-color: #ae01df;
/* Tailwind (arbitrary) */
class="text-[#ae01df] bg-[#ae01df]"
/* SCSS */
$brand: #ae01df;
/* SwiftUI */
Color(red: 0.682, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#ae01df")Accessibility — WCAG contrast
Aa
#ae01df on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae01df on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta99.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ae01df text on a black background
contrast 3.87:1
Card sample
#ae01df text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae01df;
Background color
Panel with #ae01df background
background-color: #ae01df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae01df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae01df; background: linear-gradient(135deg, #ae01df, #DF017C);