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