#ae69fd
a light, electric violet · warm · closest name: slateblue
RGB
174, 105, 253
HSL
268°, 97%, 70%
CMYK
31, 59, 0, 1
Luminance
0.2619
Every format
| HEX | #ae69fd |
| RGB | rgb(174, 105, 253) |
| HSL | hsl(268, 97%, 70%) |
| CMYK | cmyk(31%, 59%, 0%, 1%) |
| LAB | lab(58.2 55.5 -63.7) |
| LCH | lch(58.2 84.5 311.1) |
| OKLCH | oklch(0.663 0.214 302.4) |
Copy-ready code
/* CSS */
color: #ae69fd;
background-color: #ae69fd;
/* Tailwind (arbitrary) */
class="text-[#ae69fd] bg-[#ae69fd]"
/* SCSS */
$brand: #ae69fd;
/* SwiftUI */
Color(red: 0.682, green: 0.412, blue: 0.992)
/* Android */
Color.parseColor("#ae69fd")Accessibility — WCAG contrast
Aa
#ae69fd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae69fd on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green41.2%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta58.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ae69fd text on a black background
contrast 6.24:1
Card sample
#ae69fd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae69fd;
Background color
Panel with #ae69fd background
background-color: #ae69fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae69fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 105, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 105, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae69fd; background: linear-gradient(135deg, #ae69fd, #FD69E9);