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