#ae7fec
a light, vivid violet · warm · closest name: slateblue
RGB
174, 127, 236
HSL
266°, 74%, 71%
CMYK
26, 46, 0, 8
Luminance
0.3023
Every format
| HEX | #ae7fec |
| RGB | rgb(174, 127, 236) |
| HSL | hsl(266, 74%, 71%) |
| CMYK | cmyk(26%, 46%, 0%, 8%) |
| LAB | lab(61.9 39.7 -48.5) |
| LCH | lch(61.9 62.7 309.3) |
| OKLCH | oklch(0.687 0.161 302.3) |
Copy-ready code
/* CSS */
color: #ae7fec;
background-color: #ae7fec;
/* Tailwind (arbitrary) */
class="text-[#ae7fec] bg-[#ae7fec]"
/* SCSS */
$brand: #ae7fec;
/* SwiftUI */
Color(red: 0.682, green: 0.498, blue: 0.925)
/* Android */
Color.parseColor("#ae7fec")Accessibility — WCAG contrast
Aa
#ae7fec on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae7fec on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green49.8%
Blue92.5%
CMYK percentages
Cyan26.3%
Magenta46.2%
Yellow0.0%
Key (black)7.5%
Color previews
#ae7fec text on a black background
contrast 7.05:1
Card sample
#ae7fec text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7fec;
Background color
Panel with #ae7fec background
background-color: #ae7fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 127, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 127, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7fec; background: linear-gradient(135deg, #ae7fec, #EC7FE1);