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