#cf85be
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 133, 190
HSL
314°, 44%, 67%
CMYK
0, 36, 8, 19
Luminance
0.3376
Every format
| HEX | #cf85be |
| RGB | rgb(207, 133, 190) |
| HSL | hsl(314, 44%, 67%) |
| CMYK | cmyk(0%, 36%, 8%, 19%) |
| LAB | lab(64.8 36.9 -18.0) |
| LCH | lch(64.8 41.1 334.0) |
| OKLCH | oklch(0.711 0.117 335.5) |
Copy-ready code
/* CSS */
color: #cf85be;
background-color: #cf85be;
/* Tailwind (arbitrary) */
class="text-[#cf85be] bg-[#cf85be]"
/* SCSS */
$brand: #cf85be;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.745)
/* Android */
Color.parseColor("#cf85be")Accessibility — WCAG contrast
Aa
#cf85be on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf85be on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow8.2%
Key (black)18.8%
Color previews
#cf85be text on a black background
contrast 7.75:1
Card sample
#cf85be text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf85be;
Background color
Panel with #cf85be background
background-color: #cf85be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf85be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf85be; background: linear-gradient(135deg, #cf85be, #CF858D);