#ab79af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
171, 121, 175
HSL
296°, 25%, 58%
CMYK
2, 31, 0, 31
Luminance
0.2543
Every format
| HEX | #ab79af |
| RGB | rgb(171, 121, 175) |
| HSL | hsl(296, 25%, 58%) |
| CMYK | cmyk(2%, 31%, 0%, 31%) |
| LAB | lab(57.5 28.8 -20.9) |
| LCH | lch(57.5 35.6 323.9) |
| OKLCH | oklch(0.645 0.097 324.1) |
Copy-ready code
/* CSS */
color: #ab79af;
background-color: #ab79af;
/* Tailwind (arbitrary) */
class="text-[#ab79af] bg-[#ab79af]"
/* SCSS */
$brand: #ab79af;
/* SwiftUI */
Color(red: 0.671, green: 0.475, blue: 0.686)
/* Android */
Color.parseColor("#ab79af")Accessibility — WCAG contrast
Aa
#ab79af on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab79af on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green47.5%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta30.9%
Yellow0.0%
Key (black)31.4%
Color previews
#ab79af text on a black background
contrast 6.09:1
Card sample
#ab79af text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab79af;
Background color
Panel with #ab79af background
background-color: #ab79af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab79af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 121, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 121, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab79af; background: linear-gradient(135deg, #ab79af, #AF798F);