#af87ae
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 135, 174
HSL
302°, 20%, 61%
CMYK
0, 23, 1, 31
Luminance
0.2950
Every format
| HEX | #af87ae |
| RGB | rgb(175, 135, 174) |
| HSL | hsl(302, 20%, 61%) |
| CMYK | cmyk(0%, 23%, 1%, 31%) |
| LAB | lab(61.2 22.0 -14.7) |
| LCH | lch(61.2 26.5 326.4) |
| OKLCH | oklch(0.674 0.073 327.2) |
Copy-ready code
/* CSS */
color: #af87ae;
background-color: #af87ae;
/* Tailwind (arbitrary) */
class="text-[#af87ae] bg-[#af87ae]"
/* SCSS */
$brand: #af87ae;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.682)
/* Android */
Color.parseColor("#af87ae")Accessibility — WCAG contrast
Aa
#af87ae on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af87ae on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow0.6%
Key (black)31.4%
Color previews
#af87ae text on a black background
contrast 6.90:1
Card sample
#af87ae text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af87ae;
Background color
Panel with #af87ae background
background-color: #af87ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af87ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af87ae; background: linear-gradient(135deg, #af87ae, #AF8793);