#cf86bc
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 134, 188
HSL
316°, 43%, 67%
CMYK
0, 35, 9, 19
Luminance
0.3395
Every format
| HEX | #cf86bc |
| RGB | rgb(207, 134, 188) |
| HSL | hsl(316, 43%, 67%) |
| CMYK | cmyk(0%, 35%, 9%, 19%) |
| LAB | lab(64.9 36.0 -16.6) |
| LCH | lch(64.9 39.7 335.2) |
| OKLCH | oklch(0.712 0.113 336.8) |
Copy-ready code
/* CSS */
color: #cf86bc;
background-color: #cf86bc;
/* Tailwind (arbitrary) */
class="text-[#cf86bc] bg-[#cf86bc]"
/* SCSS */
$brand: #cf86bc;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.737)
/* Android */
Color.parseColor("#cf86bc")Accessibility — WCAG contrast
Aa
#cf86bc on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf86bc on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow9.2%
Key (black)18.8%
Color previews
#cf86bc text on a black background
contrast 7.79:1
Card sample
#cf86bc text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf86bc;
Background color
Panel with #cf86bc background
background-color: #cf86bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf86bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf86bc; background: linear-gradient(135deg, #cf86bc, #CF868B);