#cc85bc
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 133, 188
HSL
314°, 41%, 66%
CMYK
0, 35, 8, 20
Luminance
0.3324
Every format
| HEX | #cc85bc |
| RGB | rgb(204, 133, 188) |
| HSL | hsl(314, 41%, 66%) |
| CMYK | cmyk(0%, 35%, 8%, 20%) |
| LAB | lab(64.4 35.6 -17.5) |
| LCH | lch(64.4 39.7 333.8) |
| OKLCH | oklch(0.707 0.112 335.3) |
Copy-ready code
/* CSS */
color: #cc85bc;
background-color: #cc85bc;
/* Tailwind (arbitrary) */
class="text-[#cc85bc] bg-[#cc85bc]"
/* SCSS */
$brand: #cc85bc;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.737)
/* Android */
Color.parseColor("#cc85bc")Accessibility — WCAG contrast
Aa
#cc85bc on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc85bc on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow7.8%
Key (black)20.0%
Color previews
#cc85bc text on a black background
contrast 7.65:1
Card sample
#cc85bc text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc85bc;
Background color
Panel with #cc85bc background
background-color: #cc85bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc85bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc85bc; background: linear-gradient(135deg, #cc85bc, #CC858D);