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