#ae71eb
a light, electric violet · warm · closest name: slateblue
RGB
174, 113, 235
HSL
270°, 75%, 68%
CMYK
26, 52, 0, 8
Luminance
0.2681
Every format
| HEX | #ae71eb |
| RGB | rgb(174, 113, 235) |
| HSL | hsl(270, 75%, 68%) |
| CMYK | cmyk(26%, 52%, 0%, 8%) |
| LAB | lab(58.8 47.1 -52.8) |
| LCH | lch(58.8 70.8 311.7) |
| OKLCH | oklch(0.664 0.181 305.1) |
Copy-ready code
/* CSS */
color: #ae71eb;
background-color: #ae71eb;
/* Tailwind (arbitrary) */
class="text-[#ae71eb] bg-[#ae71eb]"
/* SCSS */
$brand: #ae71eb;
/* SwiftUI */
Color(red: 0.682, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#ae71eb")Accessibility — WCAG contrast
Aa
#ae71eb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae71eb on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green44.3%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ae71eb text on a black background
contrast 6.36:1
Card sample
#ae71eb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae71eb;
Background color
Panel with #ae71eb background
background-color: #ae71eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae71eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae71eb; background: linear-gradient(135deg, #ae71eb, #EB71D7);