#ab4875
a balanced, soft magenta / pink · warm · closest name: plum
RGB
171, 72, 117
HSL
333°, 41%, 48%
CMYK
0, 58, 32, 33
Luminance
0.1458
Every format
| HEX | #ab4875 |
| RGB | rgb(171, 72, 117) |
| HSL | hsl(333, 41%, 48%) |
| CMYK | cmyk(0%, 58%, 32%, 33%) |
| LAB | lab(45.0 45.3 -5.4) |
| LCH | lch(45.0 45.7 353.2) |
| OKLCH | oklch(0.544 0.139 354.3) |
Copy-ready code
/* CSS */
color: #ab4875;
background-color: #ab4875;
/* Tailwind (arbitrary) */
class="text-[#ab4875] bg-[#ab4875]"
/* SCSS */
$brand: #ab4875;
/* SwiftUI */
Color(red: 0.671, green: 0.282, blue: 0.459)
/* Android */
Color.parseColor("#ab4875")Accessibility — WCAG contrast
Aa
#ab4875 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4875 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green28.2%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow31.6%
Key (black)32.9%
Color previews
#ab4875 text on a black background
contrast 3.92:1
Card sample
#ab4875 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4875;
Background color
Panel with #ab4875 background
background-color: #ab4875;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4875;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 72, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 72, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4875; background: linear-gradient(135deg, #ab4875, #AB5D48);