#ae8ddf
a light, vivid violet · warm · closest name: plum
RGB
174, 141, 223
HSL
264°, 56%, 71%
CMYK
22, 37, 0, 13
Luminance
0.3338
Every format
| HEX | #ae8ddf |
| RGB | rgb(174, 141, 223) |
| HSL | hsl(264, 56%, 71%) |
| CMYK | cmyk(22%, 37%, 0%, 13%) |
| LAB | lab(64.5 28.8 -37.2) |
| LCH | lch(64.5 47.0 307.7) |
| OKLCH | oklch(0.705 0.122 301.9) |
Copy-ready code
/* CSS */
color: #ae8ddf;
background-color: #ae8ddf;
/* Tailwind (arbitrary) */
class="text-[#ae8ddf] bg-[#ae8ddf]"
/* SCSS */
$brand: #ae8ddf;
/* SwiftUI */
Color(red: 0.682, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#ae8ddf")Accessibility — WCAG contrast
Aa
#ae8ddf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8ddf on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green55.3%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ae8ddf text on a black background
contrast 7.68:1
Card sample
#ae8ddf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8ddf;
Background color
Panel with #ae8ddf background
background-color: #ae8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8ddf; background: linear-gradient(135deg, #ae8ddf, #DF8DD9);