#ae5dfd
a light, electric violet · warm · closest name: slateblue
RGB
174, 93, 253
HSL
270°, 98%, 68%
CMYK
31, 63, 0, 1
Luminance
0.2392
Every format
| HEX | #ae5dfd |
| RGB | rgb(174, 93, 253) |
| HSL | hsl(270, 98%, 68%) |
| CMYK | cmyk(31%, 63%, 0%, 1%) |
| LAB | lab(56.0 61.5 -67.3) |
| LCH | lch(56.0 91.1 312.4) |
| OKLCH | oklch(0.647 0.230 303.9) |
Copy-ready code
/* CSS */
color: #ae5dfd;
background-color: #ae5dfd;
/* Tailwind (arbitrary) */
class="text-[#ae5dfd] bg-[#ae5dfd]"
/* SCSS */
$brand: #ae5dfd;
/* SwiftUI */
Color(red: 0.682, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#ae5dfd")Accessibility — WCAG contrast
Aa
#ae5dfd on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5dfd on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green36.5%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ae5dfd text on a black background
contrast 5.78:1
Card sample
#ae5dfd text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5dfd;
Background color
Panel with #ae5dfd background
background-color: #ae5dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5dfd; background: linear-gradient(135deg, #ae5dfd, #FD5DE1);