#ac89af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 137, 175
HSL
295°, 19%, 61%
CMYK
2, 22, 0, 31
Luminance
0.2976
Every format
| HEX | #ac89af |
| RGB | rgb(172, 137, 175) |
| HSL | hsl(295, 19%, 61%) |
| CMYK | cmyk(2%, 22%, 0%, 31%) |
| LAB | lab(61.4 20.1 -14.9) |
| LCH | lch(61.4 25.0 323.4) |
| OKLCH | oklch(0.675 0.068 323.7) |
Copy-ready code
/* CSS */
color: #ac89af;
background-color: #ac89af;
/* Tailwind (arbitrary) */
class="text-[#ac89af] bg-[#ac89af]"
/* SCSS */
$brand: #ac89af;
/* SwiftUI */
Color(red: 0.675, green: 0.537, blue: 0.686)
/* Android */
Color.parseColor("#ac89af")Accessibility — WCAG contrast
Aa
#ac89af on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac89af on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.7%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta21.7%
Yellow0.0%
Key (black)31.4%
Color previews
#ac89af text on a black background
contrast 6.95:1
Card sample
#ac89af text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac89af;
Background color
Panel with #ac89af background
background-color: #ac89af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac89af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 137, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 137, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac89af; background: linear-gradient(135deg, #ac89af, #AF8999);