#cf86c3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 134, 195
HSL
310°, 43%, 67%
CMYK
0, 35, 6, 19
Luminance
0.3426
Every format
| HEX | #cf86c3 |
| RGB | rgb(207, 134, 195) |
| HSL | hsl(310, 43%, 67%) |
| CMYK | cmyk(0%, 35%, 6%, 19%) |
| LAB | lab(65.2 37.3 -20.2) |
| LCH | lch(65.2 42.4 331.5) |
| OKLCH | oklch(0.715 0.119 332.8) |
Copy-ready code
/* CSS */
color: #cf86c3;
background-color: #cf86c3;
/* Tailwind (arbitrary) */
class="text-[#cf86c3] bg-[#cf86c3]"
/* SCSS */
$brand: #cf86c3;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.765)
/* Android */
Color.parseColor("#cf86c3")Accessibility — WCAG contrast
Aa
#cf86c3 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf86c3 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow5.8%
Key (black)18.8%
Color previews
#cf86c3 text on a black background
contrast 7.85:1
Card sample
#cf86c3 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf86c3;
Background color
Panel with #cf86c3 background
background-color: #cf86c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf86c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf86c3; background: linear-gradient(135deg, #cf86c3, #CF8692);