#ae76fd
a light, electric violet · warm · closest name: slateblue
RGB
174, 118, 253
HSL
265°, 97%, 73%
CMYK
31, 53, 0, 1
Luminance
0.2905
Every format
| HEX | #ae76fd |
| RGB | rgb(174, 118, 253) |
| HSL | hsl(265, 97%, 73%) |
| CMYK | cmyk(31%, 53%, 0%, 1%) |
| LAB | lab(60.8 48.7 -59.5) |
| LCH | lch(60.8 76.9 309.3) |
| OKLCH | oklch(0.683 0.195 300.5) |
Copy-ready code
/* CSS */
color: #ae76fd;
background-color: #ae76fd;
/* Tailwind (arbitrary) */
class="text-[#ae76fd] bg-[#ae76fd]"
/* SCSS */
$brand: #ae76fd;
/* SwiftUI */
Color(red: 0.682, green: 0.463, blue: 0.992)
/* Android */
Color.parseColor("#ae76fd")Accessibility — WCAG contrast
Aa
#ae76fd on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae76fd on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green46.3%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta53.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ae76fd text on a black background
contrast 6.81:1
Card sample
#ae76fd text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae76fd;
Background color
Panel with #ae76fd background
background-color: #ae76fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae76fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 118, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 118, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae76fd; background: linear-gradient(135deg, #ae76fd, #FD76F2);