#ad87ad
a balanced, soft magenta / pink · warm · closest name: plum
RGB
173, 135, 173
HSL
300°, 19%, 60%
CMYK
0, 22, 0, 32
Luminance
0.2923
Every format
| HEX | #ad87ad |
| RGB | rgb(173, 135, 173) |
| HSL | hsl(300, 19%, 60%) |
| CMYK | cmyk(0%, 22%, 0%, 32%) |
| LAB | lab(61.0 21.1 -14.5) |
| LCH | lch(61.0 25.6 325.6) |
| OKLCH | oklch(0.672 0.070 326.3) |
Copy-ready code
/* CSS */
color: #ad87ad;
background-color: #ad87ad;
/* Tailwind (arbitrary) */
class="text-[#ad87ad] bg-[#ad87ad]"
/* SCSS */
$brand: #ad87ad;
/* SwiftUI */
Color(red: 0.678, green: 0.529, blue: 0.678)
/* Android */
Color.parseColor("#ad87ad")Accessibility — WCAG contrast
Aa
#ad87ad on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad87ad on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green52.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow0.0%
Key (black)32.2%
Color previews
#ad87ad text on a black background
contrast 6.85:1
Card sample
#ad87ad text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad87ad;
Background color
Panel with #ad87ad background
background-color: #ad87ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad87ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 135, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 135, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad87ad; background: linear-gradient(135deg, #ad87ad, #AD8794);