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