#cc85ce
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 133, 206
HSL
298°, 43%, 67%
CMYK
1, 35, 0, 19
Luminance
0.3407
Every format
| HEX | #cc85ce |
| RGB | rgb(204, 133, 206) |
| HSL | hsl(298, 43%, 67%) |
| CMYK | cmyk(1%, 35%, 0%, 19%) |
| LAB | lab(65.0 38.8 -26.6) |
| LCH | lch(65.0 47.1 325.6) |
| OKLCH | oklch(0.714 0.129 325.9) |
Copy-ready code
/* CSS */
color: #cc85ce;
background-color: #cc85ce;
/* Tailwind (arbitrary) */
class="text-[#cc85ce] bg-[#cc85ce]"
/* SCSS */
$brand: #cc85ce;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.808)
/* Android */
Color.parseColor("#cc85ce")Accessibility — WCAG contrast
Aa
#cc85ce on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc85ce on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta35.4%
Yellow0.0%
Key (black)19.2%
Color previews
#cc85ce text on a black background
contrast 7.81:1
Card sample
#cc85ce text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc85ce;
Background color
Panel with #cc85ce background
background-color: #cc85ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc85ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc85ce; background: linear-gradient(135deg, #cc85ce, #CE859F);