#af4f80
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 79, 128
HSL
329°, 38%, 50%
CMYK
0, 55, 27, 31
Luminance
0.1626
Every format
| HEX | #af4f80 |
| RGB | rgb(175, 79, 128) |
| HSL | hsl(329, 38%, 50%) |
| CMYK | cmyk(0%, 55%, 27%, 31%) |
| LAB | lab(47.3 44.7 -8.7) |
| LCH | lch(47.3 45.5 349.0) |
| OKLCH | oklch(0.564 0.137 350.5) |
Copy-ready code
/* CSS */
color: #af4f80;
background-color: #af4f80;
/* Tailwind (arbitrary) */
class="text-[#af4f80] bg-[#af4f80]"
/* SCSS */
$brand: #af4f80;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.502)
/* Android */
Color.parseColor("#af4f80")Accessibility — WCAG contrast
Aa
#af4f80 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4f80 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow26.9%
Key (black)31.4%
Color previews
#af4f80 text on a black background
contrast 4.25:1
Card sample
#af4f80 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4f80;
Background color
Panel with #af4f80 background
background-color: #af4f80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4f80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4f80; background: linear-gradient(135deg, #af4f80, #AF5E4F);