#ae8fdf
a light, vivid violet · warm · closest name: plum
RGB
174, 143, 223
HSL
263°, 56%, 72%
CMYK
22, 36, 0, 13
Luminance
0.3397
Every format
| HEX | #ae8fdf |
| RGB | rgb(174, 143, 223) |
| HSL | hsl(263, 56%, 72%) |
| CMYK | cmyk(22%, 36%, 0%, 13%) |
| LAB | lab(64.9 27.7 -36.5) |
| LCH | lch(64.9 45.8 307.2) |
| OKLCH | oklch(0.709 0.118 301.3) |
Copy-ready code
/* CSS */
color: #ae8fdf;
background-color: #ae8fdf;
/* Tailwind (arbitrary) */
class="text-[#ae8fdf] bg-[#ae8fdf]"
/* SCSS */
$brand: #ae8fdf;
/* SwiftUI */
Color(red: 0.682, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#ae8fdf")Accessibility — WCAG contrast
Aa
#ae8fdf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8fdf on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green56.1%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ae8fdf text on a black background
contrast 7.79:1
Card sample
#ae8fdf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8fdf;
Background color
Panel with #ae8fdf background
background-color: #ae8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8fdf; background: linear-gradient(135deg, #ae8fdf, #DF8FDB);