#ae53eb
a balanced, electric violet · warm · closest name: slateblue
RGB
174, 83, 235
HSL
276°, 79%, 62%
CMYK
26, 65, 0, 8
Luminance
0.2118
Every format
| HEX | #ae53eb |
| RGB | rgb(174, 83, 235) |
| HSL | hsl(276, 79%, 62%) |
| CMYK | cmyk(26%, 65%, 0%, 8%) |
| LAB | lab(53.1 62.2 -61.8) |
| LCH | lch(53.1 87.7 315.1) |
| OKLCH | oklch(0.623 0.224 308.8) |
Copy-ready code
/* CSS */
color: #ae53eb;
background-color: #ae53eb;
/* Tailwind (arbitrary) */
class="text-[#ae53eb] bg-[#ae53eb]"
/* SCSS */
$brand: #ae53eb;
/* SwiftUI */
Color(red: 0.682, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#ae53eb")Accessibility — WCAG contrast
Aa
#ae53eb on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae53eb on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green32.5%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ae53eb text on a black background
contrast 5.24:1
Card sample
#ae53eb text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae53eb;
Background color
Panel with #ae53eb background
background-color: #ae53eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae53eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae53eb; background: linear-gradient(135deg, #ae53eb, #EB53C3);