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