#ae8eb4
a balanced, soft magenta / pink · warm · closest name: plum
RGB
174, 142, 180
HSL
291°, 20%, 63%
CMYK
3, 21, 0, 29
Luminance
0.3164
Every format
| HEX | #ae8eb4 |
| RGB | rgb(174, 142, 180) |
| HSL | hsl(291, 20%, 63%) |
| CMYK | cmyk(3%, 21%, 0%, 29%) |
| LAB | lab(63.0 18.9 -15.3) |
| LCH | lch(63.0 24.3 321.0) |
| OKLCH | oklch(0.689 0.066 321.0) |
Copy-ready code
/* CSS */
color: #ae8eb4;
background-color: #ae8eb4;
/* Tailwind (arbitrary) */
class="text-[#ae8eb4] bg-[#ae8eb4]"
/* SCSS */
$brand: #ae8eb4;
/* SwiftUI */
Color(red: 0.682, green: 0.557, blue: 0.706)
/* Android */
Color.parseColor("#ae8eb4")Accessibility — WCAG contrast
Aa
#ae8eb4 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8eb4 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green55.7%
Blue70.6%
CMYK percentages
Cyan3.3%
Magenta21.1%
Yellow0.0%
Key (black)29.4%
Color previews
#ae8eb4 text on a black background
contrast 7.33:1
Card sample
#ae8eb4 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8eb4;
Background color
Panel with #ae8eb4 background
background-color: #ae8eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 142, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 142, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8eb4; background: linear-gradient(135deg, #ae8eb4, #B48EA1);