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