#ae97fd
a light, electric blue · warm · closest name: slateblue
RGB
174, 151, 253
HSL
254°, 96%, 79%
CMYK
31, 40, 0, 1
Luminance
0.3822
Every format
| HEX | #ae97fd |
| RGB | rgb(174, 151, 253) |
| HSL | hsl(254, 96%, 79%) |
| CMYK | cmyk(31%, 40%, 0%, 1%) |
| LAB | lab(68.2 30.4 -47.9) |
| LCH | lch(68.2 56.7 302.4) |
| OKLCH | oklch(0.738 0.145 292.8) |
Copy-ready code
/* CSS */
color: #ae97fd;
background-color: #ae97fd;
/* Tailwind (arbitrary) */
class="text-[#ae97fd] bg-[#ae97fd]"
/* SCSS */
$brand: #ae97fd;
/* SwiftUI */
Color(red: 0.682, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#ae97fd")Accessibility — WCAG contrast
Aa
#ae97fd on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae97fd on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green59.2%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ae97fd text on a black background
contrast 8.64:1
Card sample
#ae97fd text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae97fd;
Background color
Panel with #ae97fd background
background-color: #ae97fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae97fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae97fd; background: linear-gradient(135deg, #ae97fd, #F297FD);