#cc8cb2
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 140, 178
HSL
324°, 39%, 68%
CMYK
0, 31, 13, 20
Luminance
0.3481
Every format
| HEX | #cc8cb2 |
| RGB | rgb(204, 140, 178) |
| HSL | hsl(324, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 13%, 20%) |
| LAB | lab(65.6 30.1 -10.0) |
| LCH | lch(65.6 31.7 341.5) |
| OKLCH | oklch(0.715 0.092 343.3) |
Copy-ready code
/* CSS */
color: #cc8cb2;
background-color: #cc8cb2;
/* Tailwind (arbitrary) */
class="text-[#cc8cb2] bg-[#cc8cb2]"
/* SCSS */
$brand: #cc8cb2;
/* SwiftUI */
Color(red: 0.800, green: 0.549, blue: 0.698)
/* Android */
Color.parseColor("#cc8cb2")Accessibility — WCAG contrast
Aa
#cc8cb2 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8cb2 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green54.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow12.7%
Key (black)20.0%
Color previews
#cc8cb2 text on a black background
contrast 7.96:1
Card sample
#cc8cb2 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8cb2;
Background color
Panel with #cc8cb2 background
background-color: #cc8cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 140, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 140, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8cb2; background: linear-gradient(135deg, #cc8cb2, #CC918C);