#ae86df
a light, vivid violet · warm · closest name: plum
RGB
174, 134, 223
HSL
267°, 58%, 70%
CMYK
22, 40, 0, 13
Luminance
0.3138
Every format
| HEX | #ae86df |
| RGB | rgb(174, 134, 223) |
| HSL | hsl(267, 58%, 70%) |
| CMYK | cmyk(22%, 40%, 0%, 13%) |
| LAB | lab(62.8 32.7 -39.8) |
| LCH | lch(62.8 51.5 309.5) |
| OKLCH | oklch(0.693 0.133 303.8) |
Copy-ready code
/* CSS */
color: #ae86df;
background-color: #ae86df;
/* Tailwind (arbitrary) */
class="text-[#ae86df] bg-[#ae86df]"
/* SCSS */
$brand: #ae86df;
/* SwiftUI */
Color(red: 0.682, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#ae86df")Accessibility — WCAG contrast
Aa
#ae86df on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae86df on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.5%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ae86df text on a black background
contrast 7.28:1
Card sample
#ae86df text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae86df;
Background color
Panel with #ae86df background
background-color: #ae86df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae86df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae86df; background: linear-gradient(135deg, #ae86df, #DF86D5);