#cf85cc
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 133, 204
HSL
302°, 44%, 67%
CMYK
0, 36, 1, 19
Luminance
0.3440
Every format
| HEX | #cf85cc |
| RGB | rgb(207, 133, 204) |
| HSL | hsl(302, 44%, 67%) |
| CMYK | cmyk(0%, 36%, 1%, 19%) |
| LAB | lab(65.3 39.4 -25.1) |
| LCH | lch(65.3 46.7 327.5) |
| OKLCH | oklch(0.717 0.129 328.2) |
Copy-ready code
/* CSS */
color: #cf85cc;
background-color: #cf85cc;
/* Tailwind (arbitrary) */
class="text-[#cf85cc] bg-[#cf85cc]"
/* SCSS */
$brand: #cf85cc;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.800)
/* Android */
Color.parseColor("#cf85cc")Accessibility — WCAG contrast
Aa
#cf85cc on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf85cc on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow1.4%
Key (black)18.8%
Color previews
#cf85cc text on a black background
contrast 7.88:1
Card sample
#cf85cc text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf85cc;
Background color
Panel with #cf85cc background
background-color: #cf85cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf85cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf85cc; background: linear-gradient(135deg, #cf85cc, #CF859B);