#ae4eee
a balanced, electric violet · warm · closest name: slateblue
RGB
174, 78, 238
HSL
276°, 83%, 62%
CMYK
27, 67, 0, 7
Luminance
0.2062
Every format
| HEX | #ae4eee |
| RGB | rgb(174, 78, 238) |
| HSL | hsl(276, 83%, 62%) |
| CMYK | cmyk(27%, 67%, 0%, 7%) |
| LAB | lab(52.5 65.0 -64.5) |
| LCH | lch(52.5 91.6 315.2) |
| OKLCH | oklch(0.619 0.234 308.6) |
Copy-ready code
/* CSS */
color: #ae4eee;
background-color: #ae4eee;
/* Tailwind (arbitrary) */
class="text-[#ae4eee] bg-[#ae4eee]"
/* SCSS */
$brand: #ae4eee;
/* SwiftUI */
Color(red: 0.682, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#ae4eee")Accessibility — WCAG contrast
Aa
#ae4eee on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae4eee on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green30.6%
Blue93.3%
CMYK percentages
Cyan26.9%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#ae4eee text on a black background
contrast 5.12:1
Card sample
#ae4eee text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4eee;
Background color
Panel with #ae4eee background
background-color: #ae4eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4eee; background: linear-gradient(135deg, #ae4eee, #EE4EC3);