#ae87eb
a light, vivid violet · warm · closest name: slateblue
RGB
174, 135, 235
HSL
263°, 71%, 73%
CMYK
26, 43, 0, 8
Luminance
0.3232
Every format
| HEX | #ae87eb |
| RGB | rgb(174, 135, 235) |
| HSL | hsl(263, 71%, 73%) |
| CMYK | cmyk(26%, 43%, 0%, 8%) |
| LAB | lab(63.6 35.0 -45.2) |
| LCH | lch(63.6 57.1 307.8) |
| OKLCH | oklch(0.700 0.147 300.7) |
Copy-ready code
/* CSS */
color: #ae87eb;
background-color: #ae87eb;
/* Tailwind (arbitrary) */
class="text-[#ae87eb] bg-[#ae87eb]"
/* SCSS */
$brand: #ae87eb;
/* SwiftUI */
Color(red: 0.682, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#ae87eb")Accessibility — WCAG contrast
Aa
#ae87eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae87eb on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.9%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ae87eb text on a black background
contrast 7.46:1
Card sample
#ae87eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae87eb;
Background color
Panel with #ae87eb background
background-color: #ae87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae87eb; background: linear-gradient(135deg, #ae87eb, #EB87E5);