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