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