#ac8eb3
a balanced, soft violet · warm · closest name: plum
RGB
172, 142, 179
HSL
289°, 20%, 63%
CMYK
4, 21, 0, 30
Luminance
0.3137
Every format
| HEX | #ac8eb3 |
| RGB | rgb(172, 142, 179) |
| HSL | hsl(289, 20%, 63%) |
| CMYK | cmyk(4%, 21%, 0%, 30%) |
| LAB | lab(62.8 18.0 -15.1) |
| LCH | lch(62.8 23.5 320.1) |
| OKLCH | oklch(0.686 0.063 319.9) |
Copy-ready code
/* CSS */
color: #ac8eb3;
background-color: #ac8eb3;
/* Tailwind (arbitrary) */
class="text-[#ac8eb3] bg-[#ac8eb3]"
/* SCSS */
$brand: #ac8eb3;
/* SwiftUI */
Color(red: 0.675, green: 0.557, blue: 0.702)
/* Android */
Color.parseColor("#ac8eb3")Accessibility — WCAG contrast
Aa
#ac8eb3 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8eb3 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.7%
Blue70.2%
CMYK percentages
Cyan3.9%
Magenta20.7%
Yellow0.0%
Key (black)29.8%
Color previews
#ac8eb3 text on a black background
contrast 7.27:1
Card sample
#ac8eb3 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8eb3;
Background color
Panel with #ac8eb3 background
background-color: #ac8eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 142, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 142, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8eb3; background: linear-gradient(135deg, #ac8eb3, #B38EA1);