#ae7cef
a light, electric violet · warm · closest name: slateblue
RGB
174, 124, 239
HSL
266°, 78%, 71%
CMYK
27, 48, 0, 6
Luminance
0.2965
Every format
| HEX | #ae7cef |
| RGB | rgb(174, 124, 239) |
| HSL | hsl(266, 78%, 71%) |
| CMYK | cmyk(27%, 48%, 0%, 6%) |
| LAB | lab(61.4 42.0 -51.0) |
| LCH | lch(61.4 66.1 309.5) |
| OKLCH | oklch(0.684 0.169 302.2) |
Copy-ready code
/* CSS */
color: #ae7cef;
background-color: #ae7cef;
/* Tailwind (arbitrary) */
class="text-[#ae7cef] bg-[#ae7cef]"
/* SCSS */
$brand: #ae7cef;
/* SwiftUI */
Color(red: 0.682, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#ae7cef")Accessibility — WCAG contrast
Aa
#ae7cef on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7cef on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green48.6%
Blue93.7%
CMYK percentages
Cyan27.2%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#ae7cef text on a black background
contrast 6.93:1
Card sample
#ae7cef text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7cef;
Background color
Panel with #ae7cef background
background-color: #ae7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7cef; background: linear-gradient(135deg, #ae7cef, #EF7CE3);