#ae7eee
a light, electric violet · warm · closest name: slateblue
RGB
174, 126, 238
HSL
266°, 77%, 71%
CMYK
27, 47, 0, 7
Luminance
0.3009
Every format
| HEX | #ae7eee |
| RGB | rgb(174, 126, 238) |
| HSL | hsl(266, 77%, 71%) |
| CMYK | cmyk(27%, 47%, 0%, 7%) |
| LAB | lab(61.7 40.7 -49.8) |
| LCH | lch(61.7 64.3 309.3) |
| OKLCH | oklch(0.687 0.165 302.0) |
Copy-ready code
/* CSS */
color: #ae7eee;
background-color: #ae7eee;
/* Tailwind (arbitrary) */
class="text-[#ae7eee] bg-[#ae7eee]"
/* SCSS */
$brand: #ae7eee;
/* SwiftUI */
Color(red: 0.682, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#ae7eee")Accessibility — WCAG contrast
Aa
#ae7eee on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae7eee on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green49.4%
Blue93.3%
CMYK percentages
Cyan26.9%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#ae7eee text on a black background
contrast 7.02:1
Card sample
#ae7eee text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7eee;
Background color
Panel with #ae7eee background
background-color: #ae7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7eee; background: linear-gradient(135deg, #ae7eee, #EE7EE3);