#ae72fd
a light, electric violet · warm · closest name: slateblue
RGB
174, 114, 253
HSL
266°, 97%, 72%
CMYK
31, 55, 0, 1
Luminance
0.2813
Every format
| HEX | #ae72fd |
| RGB | rgb(174, 114, 253) |
| HSL | hsl(266, 97%, 72%) |
| CMYK | cmyk(31%, 55%, 0%, 1%) |
| LAB | lab(60.0 50.8 -60.9) |
| LCH | lch(60.0 79.3 309.9) |
| OKLCH | oklch(0.677 0.201 301.1) |
Copy-ready code
/* CSS */
color: #ae72fd;
background-color: #ae72fd;
/* Tailwind (arbitrary) */
class="text-[#ae72fd] bg-[#ae72fd]"
/* SCSS */
$brand: #ae72fd;
/* SwiftUI */
Color(red: 0.682, green: 0.447, blue: 0.992)
/* Android */
Color.parseColor("#ae72fd")Accessibility — WCAG contrast
Aa
#ae72fd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae72fd on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green44.7%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta54.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ae72fd text on a black background
contrast 6.63:1
Card sample
#ae72fd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae72fd;
Background color
Panel with #ae72fd background
background-color: #ae72fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae72fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 114, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 114, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae72fd; background: linear-gradient(135deg, #ae72fd, #FD72EF);