#ae7af5
a light, electric violet · warm · closest name: slateblue
RGB
174, 122, 245
HSL
265°, 86%, 72%
CMYK
29, 50, 0, 4
Luminance
0.2951
Every format
| HEX | #ae7af5 |
| RGB | rgb(174, 122, 245) |
| HSL | hsl(265, 86%, 72%) |
| CMYK | cmyk(29%, 50%, 0%, 4%) |
| LAB | lab(61.2 44.6 -54.5) |
| LCH | lch(61.2 70.4 309.3) |
| OKLCH | oklch(0.684 0.179 301.3) |
Copy-ready code
/* CSS */
color: #ae7af5;
background-color: #ae7af5;
/* Tailwind (arbitrary) */
class="text-[#ae7af5] bg-[#ae7af5]"
/* SCSS */
$brand: #ae7af5;
/* SwiftUI */
Color(red: 0.682, green: 0.478, blue: 0.961)
/* Android */
Color.parseColor("#ae7af5")Accessibility — WCAG contrast
Aa
#ae7af5 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7af5 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green47.8%
Blue96.1%
CMYK percentages
Cyan29.0%
Magenta50.2%
Yellow0.0%
Key (black)3.9%
Color previews
#ae7af5 text on a black background
contrast 6.90:1
Card sample
#ae7af5 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7af5;
Background color
Panel with #ae7af5 background
background-color: #ae7af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 122, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 122, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7af5; background: linear-gradient(135deg, #ae7af5, #F57AEA);