#ae72eb
a light, electric violet · warm · closest name: slateblue
RGB
174, 114, 235
HSL
270°, 75%, 68%
CMYK
26, 52, 0, 8
Luminance
0.2703
Every format
| HEX | #ae72eb |
| RGB | rgb(174, 114, 235) |
| HSL | hsl(270, 75%, 68%) |
| CMYK | cmyk(26%, 52%, 0%, 8%) |
| LAB | lab(59.0 46.5 -52.5) |
| LCH | lch(59.0 70.2 311.6) |
| OKLCH | oklch(0.666 0.180 304.9) |
Copy-ready code
/* CSS */
color: #ae72eb;
background-color: #ae72eb;
/* Tailwind (arbitrary) */
class="text-[#ae72eb] bg-[#ae72eb]"
/* SCSS */
$brand: #ae72eb;
/* SwiftUI */
Color(red: 0.682, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#ae72eb")Accessibility — WCAG contrast
Aa
#ae72eb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae72eb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green44.7%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ae72eb text on a black background
contrast 6.41:1
Card sample
#ae72eb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae72eb;
Background color
Panel with #ae72eb background
background-color: #ae72eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae72eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae72eb; background: linear-gradient(135deg, #ae72eb, #EB72D7);