#cc85cb
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 133, 203
HSL
301°, 41%, 66%
CMYK
0, 35, 1, 20
Luminance
0.3392
Every format
| HEX | #cc85cb |
| RGB | rgb(204, 133, 203) |
| HSL | hsl(301, 41%, 66%) |
| CMYK | cmyk(0%, 35%, 1%, 20%) |
| LAB | lab(64.9 38.3 -25.1) |
| LCH | lch(64.9 45.8 326.7) |
| OKLCH | oklch(0.713 0.126 327.3) |
Copy-ready code
/* CSS */
color: #cc85cb;
background-color: #cc85cb;
/* Tailwind (arbitrary) */
class="text-[#cc85cb] bg-[#cc85cb]"
/* SCSS */
$brand: #cc85cb;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.796)
/* Android */
Color.parseColor("#cc85cb")Accessibility — WCAG contrast
Aa
#cc85cb on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc85cb on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow0.5%
Key (black)20.0%
Color previews
#cc85cb text on a black background
contrast 7.78:1
Card sample
#cc85cb text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc85cb;
Background color
Panel with #cc85cb background
background-color: #cc85cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc85cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc85cb; background: linear-gradient(135deg, #cc85cb, #CC859C);