#ae8cdf
a light, vivid violet · warm · closest name: plum
RGB
174, 140, 223
HSL
265°, 57%, 71%
CMYK
22, 37, 0, 13
Luminance
0.3308
Every format
| HEX | #ae8cdf |
| RGB | rgb(174, 140, 223) |
| HSL | hsl(265, 57%, 71%) |
| CMYK | cmyk(22%, 37%, 0%, 13%) |
| LAB | lab(64.2 29.4 -37.6) |
| LCH | lch(64.2 47.7 308.0) |
| OKLCH | oklch(0.703 0.123 302.2) |
Copy-ready code
/* CSS */
color: #ae8cdf;
background-color: #ae8cdf;
/* Tailwind (arbitrary) */
class="text-[#ae8cdf] bg-[#ae8cdf]"
/* SCSS */
$brand: #ae8cdf;
/* SwiftUI */
Color(red: 0.682, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#ae8cdf")Accessibility — WCAG contrast
Aa
#ae8cdf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8cdf on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green54.9%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ae8cdf text on a black background
contrast 7.62:1
Card sample
#ae8cdf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8cdf;
Background color
Panel with #ae8cdf background
background-color: #ae8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8cdf; background: linear-gradient(135deg, #ae8cdf, #DF8CD9);