#ae64df
a balanced, vivid violet · warm · closest name: orchid
RGB
174, 100, 223
HSL
276°, 66%, 63%
CMYK
22, 55, 0, 13
Luminance
0.2344
Every format
| HEX | #ae64df |
| RGB | rgb(174, 100, 223) |
| HSL | hsl(276, 66%, 63%) |
| CMYK | cmyk(22%, 55%, 0%, 13%) |
| LAB | lab(55.5 51.2 -51.3) |
| LCH | lch(55.5 72.5 314.9) |
| OKLCH | oklch(0.638 0.188 309.9) |
Copy-ready code
/* CSS */
color: #ae64df;
background-color: #ae64df;
/* Tailwind (arbitrary) */
class="text-[#ae64df] bg-[#ae64df]"
/* SCSS */
$brand: #ae64df;
/* SwiftUI */
Color(red: 0.682, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#ae64df")Accessibility — WCAG contrast
Aa
#ae64df on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae64df on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green39.2%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ae64df text on a black background
contrast 5.69:1
Card sample
#ae64df text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae64df;
Background color
Panel with #ae64df background
background-color: #ae64df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae64df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae64df; background: linear-gradient(135deg, #ae64df, #DF64BE);