#ab577f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
171, 87, 127
HSL
331°, 33%, 51%
CMYK
0, 49, 26, 33
Luminance
0.1701
Every format
| HEX | #ab577f |
| RGB | rgb(171, 87, 127) |
| HSL | hsl(331, 33%, 51%) |
| CMYK | cmyk(0%, 49%, 26%, 33%) |
| LAB | lab(48.3 39.1 -6.7) |
| LCH | lch(48.3 39.7 350.3) |
| OKLCH | oklch(0.570 0.119 351.7) |
Copy-ready code
/* CSS */
color: #ab577f;
background-color: #ab577f;
/* Tailwind (arbitrary) */
class="text-[#ab577f] bg-[#ab577f]"
/* SCSS */
$brand: #ab577f;
/* SwiftUI */
Color(red: 0.671, green: 0.341, blue: 0.498)
/* Android */
Color.parseColor("#ab577f")Accessibility — WCAG contrast
Aa
#ab577f on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab577f on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green34.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow25.7%
Key (black)32.9%
Color previews
#ab577f text on a black background
contrast 4.40:1
Card sample
#ab577f text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab577f;
Background color
Panel with #ab577f background
background-color: #ab577f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab577f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 87, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 87, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab577f; background: linear-gradient(135deg, #ab577f, #AB6757);