#ae05df
a dark, electric violet · warm · closest name: magenta
RGB
174, 5, 223
HSL
287°, 96%, 45%
CMYK
22, 98, 0, 13
Luminance
0.1443
Every format
| HEX | #ae05df |
| RGB | rgb(174, 5, 223) |
| HSL | hsl(287, 96%, 45%) |
| CMYK | cmyk(22%, 98%, 0%, 13%) |
| LAB | lab(44.9 81.2 -68.5) |
| LCH | lch(44.9 106.3 319.9) |
| OKLCH | oklch(0.562 0.275 315.1) |
Copy-ready code
/* CSS */
color: #ae05df;
background-color: #ae05df;
/* Tailwind (arbitrary) */
class="text-[#ae05df] bg-[#ae05df]"
/* SCSS */
$brand: #ae05df;
/* SwiftUI */
Color(red: 0.682, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#ae05df")Accessibility — WCAG contrast
Aa
#ae05df on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae05df on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green2.0%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ae05df text on a black background
contrast 3.89:1
Card sample
#ae05df text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae05df;
Background color
Panel with #ae05df background
background-color: #ae05df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae05df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae05df; background: linear-gradient(135deg, #ae05df, #DF057F);