#ae5df3
a light, electric violet · warm · closest name: slateblue
RGB
174, 93, 243
HSL
272°, 86%, 66%
CMYK
28, 62, 0, 5
Luminance
0.2330
Every format
| HEX | #ae5df3 |
| RGB | rgb(174, 93, 243) |
| HSL | hsl(272, 86%, 66%) |
| CMYK | cmyk(28%, 62%, 0%, 5%) |
| LAB | lab(55.4 59.2 -62.7) |
| LCH | lch(55.4 86.3 313.3) |
| OKLCH | oklch(0.641 0.219 306.0) |
Copy-ready code
/* CSS */
color: #ae5df3;
background-color: #ae5df3;
/* Tailwind (arbitrary) */
class="text-[#ae5df3] bg-[#ae5df3]"
/* SCSS */
$brand: #ae5df3;
/* SwiftUI */
Color(red: 0.682, green: 0.365, blue: 0.953)
/* Android */
Color.parseColor("#ae5df3")Accessibility — WCAG contrast
Aa
#ae5df3 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5df3 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green36.5%
Blue95.3%
CMYK percentages
Cyan28.4%
Magenta61.7%
Yellow0.0%
Key (black)4.7%
Color previews
#ae5df3 text on a black background
contrast 5.66:1
Card sample
#ae5df3 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5df3;
Background color
Panel with #ae5df3 background
background-color: #ae5df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 93, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 93, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5df3; background: linear-gradient(135deg, #ae5df3, #F35DD4);