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