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