#ae8abc
a balanced, soft violet · warm · closest name: plum
RGB
174, 138, 188
HSL
283°, 27%, 64%
CMYK
7, 27, 0, 26
Luminance
0.3081
Every format
| HEX | #ae8abc |
| RGB | rgb(174, 138, 188) |
| HSL | hsl(283, 27%, 64%) |
| CMYK | cmyk(7%, 27%, 0%, 26%) |
| LAB | lab(62.3 22.8 -20.9) |
| LCH | lch(62.3 30.9 317.5) |
| OKLCH | oklch(0.684 0.082 316.4) |
Copy-ready code
/* CSS */
color: #ae8abc;
background-color: #ae8abc;
/* Tailwind (arbitrary) */
class="text-[#ae8abc] bg-[#ae8abc]"
/* SCSS */
$brand: #ae8abc;
/* SwiftUI */
Color(red: 0.682, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#ae8abc")Accessibility — WCAG contrast
Aa
#ae8abc on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8abc on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green54.1%
Blue73.7%
CMYK percentages
Cyan7.4%
Magenta26.6%
Yellow0.0%
Key (black)26.3%
Color previews
#ae8abc text on a black background
contrast 7.16:1
Card sample
#ae8abc text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8abc;
Background color
Panel with #ae8abc background
background-color: #ae8abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8abc; background: linear-gradient(135deg, #ae8abc, #BC8AA9);