#ae8afd
a light, electric violet · warm · closest name: slateblue
RGB
174, 138, 253
HSL
259°, 97%, 77%
CMYK
31, 46, 0, 1
Luminance
0.3427
Every format
| HEX | #ae8afd |
| RGB | rgb(174, 138, 253) |
| HSL | hsl(259, 97%, 77%) |
| CMYK | cmyk(31%, 46%, 0%, 1%) |
| LAB | lab(65.2 37.7 -52.6) |
| LCH | lch(65.2 64.7 305.6) |
| OKLCH | oklch(0.715 0.165 296.4) |
Copy-ready code
/* CSS */
color: #ae8afd;
background-color: #ae8afd;
/* Tailwind (arbitrary) */
class="text-[#ae8afd] bg-[#ae8afd]"
/* SCSS */
$brand: #ae8afd;
/* SwiftUI */
Color(red: 0.682, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#ae8afd")Accessibility — WCAG contrast
Aa
#ae8afd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8afd on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green54.1%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ae8afd text on a black background
contrast 7.85:1
Card sample
#ae8afd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8afd;
Background color
Panel with #ae8afd background
background-color: #ae8afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8afd; background: linear-gradient(135deg, #ae8afd, #FB8AFD);