#ae86fc
a light, electric violet · warm · closest name: slateblue
RGB
174, 134, 252
HSL
260°, 95%, 76%
CMYK
31, 47, 0, 1
Luminance
0.3308
Every format
| HEX | #ae86fc |
| RGB | rgb(174, 134, 252) |
| HSL | hsl(260, 95%, 76%) |
| CMYK | cmyk(31%, 47%, 0%, 1%) |
| LAB | lab(64.2 39.7 -53.6) |
| LCH | lch(64.2 66.7 306.5) |
| OKLCH | oklch(0.708 0.170 297.5) |
Copy-ready code
/* CSS */
color: #ae86fc;
background-color: #ae86fc;
/* Tailwind (arbitrary) */
class="text-[#ae86fc] bg-[#ae86fc]"
/* SCSS */
$brand: #ae86fc;
/* SwiftUI */
Color(red: 0.682, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#ae86fc")Accessibility — WCAG contrast
Aa
#ae86fc on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae86fc on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.5%
Blue98.8%
CMYK percentages
Cyan31.0%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#ae86fc text on a black background
contrast 7.62:1
Card sample
#ae86fc text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae86fc;
Background color
Panel with #ae86fc background
background-color: #ae86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae86fc; background: linear-gradient(135deg, #ae86fc, #FC86FB);