#ac87ac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 135, 172
HSL
300°, 18%, 60%
CMYK
0, 22, 0, 33
Luminance
0.2908
Every format
| HEX | #ac87ac |
| RGB | rgb(172, 135, 172) |
| HSL | hsl(300, 18%, 60%) |
| CMYK | cmyk(0%, 22%, 0%, 33%) |
| LAB | lab(60.9 20.6 -14.1) |
| LCH | lch(60.9 25.0 325.6) |
| OKLCH | oklch(0.670 0.068 326.3) |
Copy-ready code
/* CSS */
color: #ac87ac;
background-color: #ac87ac;
/* Tailwind (arbitrary) */
class="text-[#ac87ac] bg-[#ac87ac]"
/* SCSS */
$brand: #ac87ac;
/* SwiftUI */
Color(red: 0.675, green: 0.529, blue: 0.675)
/* Android */
Color.parseColor("#ac87ac")Accessibility — WCAG contrast
Aa
#ac87ac on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac87ac on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green52.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow0.0%
Key (black)32.5%
Color previews
#ac87ac text on a black background
contrast 6.82:1
Card sample
#ac87ac text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac87ac;
Background color
Panel with #ac87ac background
background-color: #ac87ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac87ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 135, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 135, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac87ac; background: linear-gradient(135deg, #ac87ac, #AC8793);