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