#ae86eb
a light, vivid violet · warm · closest name: slateblue
RGB
174, 134, 235
HSL
264°, 72%, 72%
CMYK
26, 43, 0, 8
Luminance
0.3205
Every format
| HEX | #ae86eb |
| RGB | rgb(174, 134, 235) |
| HSL | hsl(264, 72%, 72%) |
| CMYK | cmyk(26%, 43%, 0%, 8%) |
| LAB | lab(63.4 35.5 -45.5) |
| LCH | lch(63.4 57.8 308.0) |
| OKLCH | oklch(0.699 0.148 300.9) |
Copy-ready code
/* CSS */
color: #ae86eb;
background-color: #ae86eb;
/* Tailwind (arbitrary) */
class="text-[#ae86eb] bg-[#ae86eb]"
/* SCSS */
$brand: #ae86eb;
/* SwiftUI */
Color(red: 0.682, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#ae86eb")Accessibility — WCAG contrast
Aa
#ae86eb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae86eb on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.5%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ae86eb text on a black background
contrast 7.41:1
Card sample
#ae86eb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae86eb;
Background color
Panel with #ae86eb background
background-color: #ae86eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae86eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae86eb; background: linear-gradient(135deg, #ae86eb, #EB86E5);