#ae47df
a balanced, vivid violet · warm · closest name: slateblue
RGB
174, 71, 223
HSL
281°, 70%, 58%
CMYK
22, 68, 0, 13
Luminance
0.1883
Every format
| HEX | #ae47df |
| RGB | rgb(174, 71, 223) |
| HSL | hsl(281, 70%, 58%) |
| CMYK | cmyk(22%, 68%, 0%, 13%) |
| LAB | lab(50.5 64.9 -59.4) |
| LCH | lch(50.5 88.0 317.6) |
| OKLCH | oklch(0.602 0.228 312.7) |
Copy-ready code
/* CSS */
color: #ae47df;
background-color: #ae47df;
/* Tailwind (arbitrary) */
class="text-[#ae47df] bg-[#ae47df]"
/* SCSS */
$brand: #ae47df;
/* SwiftUI */
Color(red: 0.682, green: 0.278, blue: 0.875)
/* Android */
Color.parseColor("#ae47df")Accessibility — WCAG contrast
Aa
#ae47df on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae47df on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green27.8%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta68.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ae47df text on a black background
contrast 4.77:1
Card sample
#ae47df text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae47df;
Background color
Panel with #ae47df background
background-color: #ae47df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae47df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 71, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 71, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae47df; background: linear-gradient(135deg, #ae47df, #DF47AA);