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