#ac73af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 115, 175
HSL
297°, 27%, 57%
CMYK
2, 34, 0, 31
Luminance
0.2413
Every format
| HEX | #ac73af |
| RGB | rgb(172, 115, 175) |
| HSL | hsl(297, 27%, 57%) |
| CMYK | cmyk(2%, 34%, 0%, 31%) |
| LAB | lab(56.2 32.5 -22.9) |
| LCH | lch(56.2 39.7 324.8) |
| OKLCH | oklch(0.635 0.109 325.0) |
Copy-ready code
/* CSS */
color: #ac73af;
background-color: #ac73af;
/* Tailwind (arbitrary) */
class="text-[#ac73af] bg-[#ac73af]"
/* SCSS */
$brand: #ac73af;
/* SwiftUI */
Color(red: 0.675, green: 0.451, blue: 0.686)
/* Android */
Color.parseColor("#ac73af")Accessibility — WCAG contrast
Aa
#ac73af on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac73af on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.1%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta34.3%
Yellow0.0%
Key (black)31.4%
Color previews
#ac73af text on a black background
contrast 5.83:1
Card sample
#ac73af text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac73af;
Background color
Panel with #ac73af background
background-color: #ac73af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac73af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 115, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 115, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac73af; background: linear-gradient(135deg, #ac73af, #AF738A);