#ae4ade
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 74, 222
HSL
281°, 69%, 58%
CMYK
22, 67, 0, 13
Luminance
0.1917
Every format
| HEX | #ae4ade |
| RGB | rgb(174, 74, 222) |
| HSL | hsl(281, 69%, 58%) |
| CMYK | cmyk(22%, 67%, 0%, 13%) |
| LAB | lab(50.9 63.4 -58.1) |
| LCH | lch(50.9 86.0 317.5) |
| OKLCH | oklch(0.604 0.223 312.7) |
Copy-ready code
/* CSS */
color: #ae4ade;
background-color: #ae4ade;
/* Tailwind (arbitrary) */
class="text-[#ae4ade] bg-[#ae4ade]"
/* SCSS */
$brand: #ae4ade;
/* SwiftUI */
Color(red: 0.682, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#ae4ade")Accessibility — WCAG contrast
Aa
#ae4ade on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae4ade on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green29.0%
Blue87.1%
CMYK percentages
Cyan21.6%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#ae4ade text on a black background
contrast 4.83:1
Card sample
#ae4ade text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4ade;
Background color
Panel with #ae4ade background
background-color: #ae4ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4ade; background: linear-gradient(135deg, #ae4ade, #DE4AAB);