#ac588b
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 88, 139
HSL
324°, 34%, 51%
CMYK
0, 49, 19, 33
Luminance
0.1761
Every format
| HEX | #ac588b |
| RGB | rgb(172, 88, 139) |
| HSL | hsl(324, 34%, 51%) |
| CMYK | cmyk(0%, 49%, 19%, 33%) |
| LAB | lab(49.0 40.8 -12.8) |
| LCH | lch(49.0 42.7 342.6) |
| OKLCH | oklch(0.577 0.126 344.5) |
Copy-ready code
/* CSS */
color: #ac588b;
background-color: #ac588b;
/* Tailwind (arbitrary) */
class="text-[#ac588b] bg-[#ac588b]"
/* SCSS */
$brand: #ac588b;
/* SwiftUI */
Color(red: 0.675, green: 0.345, blue: 0.545)
/* Android */
Color.parseColor("#ac588b")Accessibility — WCAG contrast
Aa
#ac588b on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac588b on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green34.5%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow19.2%
Key (black)32.5%
Color previews
#ac588b text on a black background
contrast 4.52:1
Card sample
#ac588b text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac588b;
Background color
Panel with #ac588b background
background-color: #ac588b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac588b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 88, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 88, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac588b; background: linear-gradient(135deg, #ac588b, #AC5D58);