#ac8eb1
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 142, 177
HSL
291°, 18%, 63%
CMYK
3, 20, 0, 31
Luminance
0.3129
Every format
| HEX | #ac8eb1 |
| RGB | rgb(172, 142, 177) |
| HSL | hsl(291, 18%, 63%) |
| CMYK | cmyk(3%, 20%, 0%, 31%) |
| LAB | lab(62.8 17.6 -14.1) |
| LCH | lch(62.8 22.6 321.4) |
| OKLCH | oklch(0.686 0.061 321.5) |
Copy-ready code
/* CSS */
color: #ac8eb1;
background-color: #ac8eb1;
/* Tailwind (arbitrary) */
class="text-[#ac8eb1] bg-[#ac8eb1]"
/* SCSS */
$brand: #ac8eb1;
/* SwiftUI */
Color(red: 0.675, green: 0.557, blue: 0.694)
/* Android */
Color.parseColor("#ac8eb1")Accessibility — WCAG contrast
Aa
#ac8eb1 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8eb1 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.7%
Blue69.4%
CMYK percentages
Cyan2.8%
Magenta19.8%
Yellow0.0%
Key (black)30.6%
Color previews
#ac8eb1 text on a black background
contrast 7.26:1
Card sample
#ac8eb1 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8eb1;
Background color
Panel with #ac8eb1 background
background-color: #ac8eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 142, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 142, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8eb1; background: linear-gradient(135deg, #ac8eb1, #B18E9F);