#cf87ac
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 135, 172
HSL
329°, 43%, 67%
CMYK
0, 35, 17, 19
Luminance
0.3357
Every format
| HEX | #cf87ac |
| RGB | rgb(207, 135, 172) |
| HSL | hsl(329, 43%, 67%) |
| CMYK | cmyk(0%, 35%, 17%, 19%) |
| LAB | lab(64.6 32.9 -8.1) |
| LCH | lch(64.6 33.8 346.2) |
| OKLCH | oklch(0.708 0.100 347.8) |
Copy-ready code
/* CSS */
color: #cf87ac;
background-color: #cf87ac;
/* Tailwind (arbitrary) */
class="text-[#cf87ac] bg-[#cf87ac]"
/* SCSS */
$brand: #cf87ac;
/* SwiftUI */
Color(red: 0.812, green: 0.529, blue: 0.675)
/* Android */
Color.parseColor("#cf87ac")Accessibility — WCAG contrast
Aa
#cf87ac on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf87ac on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow16.9%
Key (black)18.8%
Color previews
#cf87ac text on a black background
contrast 7.71:1
Card sample
#cf87ac text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf87ac;
Background color
Panel with #cf87ac background
background-color: #cf87ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf87ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 135, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 135, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf87ac; background: linear-gradient(135deg, #cf87ac, #CF9287);