#ae50df
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 80, 223
HSL
279°, 69%, 59%
CMYK
22, 64, 0, 13
Luminance
0.2006
Every format
| HEX | #ae50df |
| RGB | rgb(174, 80, 223) |
| HSL | hsl(279, 69%, 59%) |
| CMYK | cmyk(22%, 64%, 0%, 13%) |
| LAB | lab(51.9 61.0 -57.1) |
| LCH | lch(51.9 83.5 316.9) |
| OKLCH | oklch(0.612 0.216 312.0) |
Copy-ready code
/* CSS */
color: #ae50df;
background-color: #ae50df;
/* Tailwind (arbitrary) */
class="text-[#ae50df] bg-[#ae50df]"
/* SCSS */
$brand: #ae50df;
/* SwiftUI */
Color(red: 0.682, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#ae50df")Accessibility — WCAG contrast
Aa
#ae50df on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae50df on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green31.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ae50df text on a black background
contrast 5.01:1
Card sample
#ae50df text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae50df;
Background color
Panel with #ae50df background
background-color: #ae50df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae50df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae50df; background: linear-gradient(135deg, #ae50df, #DF50B1);