#af84ac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 132, 172
HSL
304°, 21%, 60%
CMYK
0, 25, 2, 31
Luminance
0.2860
Every format
| HEX | #af84ac |
| RGB | rgb(175, 132, 172) |
| HSL | hsl(304, 21%, 60%) |
| CMYK | cmyk(0%, 25%, 2%, 31%) |
| LAB | lab(60.4 23.3 -14.7) |
| LCH | lch(60.4 27.6 327.8) |
| OKLCH | oklch(0.668 0.076 328.7) |
Copy-ready code
/* CSS */
color: #af84ac;
background-color: #af84ac;
/* Tailwind (arbitrary) */
class="text-[#af84ac] bg-[#af84ac]"
/* SCSS */
$brand: #af84ac;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.675)
/* Android */
Color.parseColor("#af84ac")Accessibility — WCAG contrast
Aa
#af84ac on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af84ac on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow1.7%
Key (black)31.4%
Color previews
#af84ac text on a black background
contrast 6.72:1
Card sample
#af84ac text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af84ac;
Background color
Panel with #af84ac background
background-color: #af84ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af84ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af84ac; background: linear-gradient(135deg, #af84ac, #AF848F);