#ca87af
a light, soft magenta / pink · warm · closest name: plum
RGB
202, 135, 175
HSL
324°, 39%, 66%
CMYK
0, 33, 13, 21
Luminance
0.3298
Every format
| HEX | #ca87af |
| RGB | rgb(202, 135, 175) |
| HSL | hsl(324, 39%, 66%) |
| CMYK | cmyk(0%, 33%, 13%, 21%) |
| LAB | lab(64.2 31.6 -10.5) |
| LCH | lch(64.2 33.3 341.5) |
| OKLCH | oklch(0.703 0.097 343.3) |
Copy-ready code
/* CSS */
color: #ca87af;
background-color: #ca87af;
/* Tailwind (arbitrary) */
class="text-[#ca87af] bg-[#ca87af]"
/* SCSS */
$brand: #ca87af;
/* SwiftUI */
Color(red: 0.792, green: 0.529, blue: 0.686)
/* Android */
Color.parseColor("#ca87af")Accessibility — WCAG contrast
Aa
#ca87af on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca87af on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green52.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow13.4%
Key (black)20.8%
Color previews
#ca87af text on a black background
contrast 7.60:1
Card sample
#ca87af text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca87af;
Background color
Panel with #ca87af background
background-color: #ca87af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca87af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 135, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 135, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca87af; background: linear-gradient(135deg, #ca87af, #CA8C87);