#ac87af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 135, 175
HSL
296°, 20%, 61%
CMYK
2, 23, 0, 31
Luminance
0.2919
Every format
| HEX | #ac87af |
| RGB | rgb(172, 135, 175) |
| HSL | hsl(296, 20%, 61%) |
| CMYK | cmyk(2%, 23%, 0%, 31%) |
| LAB | lab(61.0 21.2 -15.7) |
| LCH | lch(61.0 26.4 323.5) |
| OKLCH | oklch(0.672 0.072 323.9) |
Copy-ready code
/* CSS */
color: #ac87af;
background-color: #ac87af;
/* Tailwind (arbitrary) */
class="text-[#ac87af] bg-[#ac87af]"
/* SCSS */
$brand: #ac87af;
/* SwiftUI */
Color(red: 0.675, green: 0.529, blue: 0.686)
/* Android */
Color.parseColor("#ac87af")Accessibility — WCAG contrast
Aa
#ac87af on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac87af on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green52.9%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta22.9%
Yellow0.0%
Key (black)31.4%
Color previews
#ac87af text on a black background
contrast 6.84:1
Card sample
#ac87af text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac87af;
Background color
Panel with #ac87af background
background-color: #ac87af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac87af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 135, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 135, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac87af; background: linear-gradient(135deg, #ac87af, #AF8797);