#ab6879
a balanced, soft magenta / pink · warm · closest name: gray
RGB
171, 104, 121
HSL
345°, 29%, 54%
CMYK
0, 39, 29, 33
Luminance
0.1994
Every format
| HEX | #ab6879 |
| RGB | rgb(171, 104, 121) |
| HSL | hsl(345, 29%, 54%) |
| CMYK | cmyk(0%, 39%, 29%, 33%) |
| LAB | lab(51.8 29.1 2.0) |
| LCH | lch(51.8 29.1 4.0) |
| OKLCH | oklch(0.596 0.088 3.7) |
Copy-ready code
/* CSS */
color: #ab6879;
background-color: #ab6879;
/* Tailwind (arbitrary) */
class="text-[#ab6879] bg-[#ab6879]"
/* SCSS */
$brand: #ab6879;
/* SwiftUI */
Color(red: 0.671, green: 0.408, blue: 0.475)
/* Android */
Color.parseColor("#ab6879")Accessibility — WCAG contrast
Aa
#ab6879 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6879 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green40.8%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow29.2%
Key (black)32.9%
Color previews
#ab6879 text on a black background
contrast 4.99:1
Card sample
#ab6879 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6879;
Background color
Panel with #ab6879 background
background-color: #ab6879;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6879;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 104, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 104, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6879; background: linear-gradient(135deg, #ab6879, #AB8468);