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