#ca87bc
a light, soft magenta / pink · warm · closest name: plum
RGB
202, 135, 188
HSL
313°, 39%, 66%
CMYK
0, 33, 7, 21
Luminance
0.3352
Every format
| HEX | #ca87bc |
| RGB | rgb(202, 135, 188) |
| HSL | hsl(313, 39%, 66%) |
| CMYK | cmyk(0%, 33%, 7%, 21%) |
| LAB | lab(64.6 33.8 -17.2) |
| LCH | lch(64.6 38.0 333.0) |
| OKLCH | oklch(0.708 0.107 334.5) |
Copy-ready code
/* CSS */
color: #ca87bc;
background-color: #ca87bc;
/* Tailwind (arbitrary) */
class="text-[#ca87bc] bg-[#ca87bc]"
/* SCSS */
$brand: #ca87bc;
/* SwiftUI */
Color(red: 0.792, green: 0.529, blue: 0.737)
/* Android */
Color.parseColor("#ca87bc")Accessibility — WCAG contrast
Aa
#ca87bc on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca87bc on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green52.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow6.9%
Key (black)20.8%
Color previews
#ca87bc text on a black background
contrast 7.70:1
Card sample
#ca87bc text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca87bc;
Background color
Panel with #ca87bc background
background-color: #ca87bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca87bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 135, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 135, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca87bc; background: linear-gradient(135deg, #ca87bc, #CA878F);