#ac84af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 132, 175
HSL
296°, 21%, 60%
CMYK
2, 25, 0, 31
Luminance
0.2837
Every format
| HEX | #ac84af |
| RGB | rgb(172, 132, 175) |
| HSL | hsl(296, 21%, 60%) |
| CMYK | cmyk(2%, 25%, 0%, 31%) |
| LAB | lab(60.2 22.9 -16.8) |
| LCH | lch(60.2 28.4 323.8) |
| OKLCH | oklch(0.666 0.077 324.1) |
Copy-ready code
/* CSS */
color: #ac84af;
background-color: #ac84af;
/* Tailwind (arbitrary) */
class="text-[#ac84af] bg-[#ac84af]"
/* SCSS */
$brand: #ac84af;
/* SwiftUI */
Color(red: 0.675, green: 0.518, blue: 0.686)
/* Android */
Color.parseColor("#ac84af")Accessibility — WCAG contrast
Aa
#ac84af on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac84af on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green51.8%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta24.6%
Yellow0.0%
Key (black)31.4%
Color previews
#ac84af text on a black background
contrast 6.67:1
Card sample
#ac84af text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac84af;
Background color
Panel with #ac84af background
background-color: #ac84af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac84af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 132, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 132, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac84af; background: linear-gradient(135deg, #ac84af, #AF8495);