#cc84cf
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 132, 207
HSL
298°, 44%, 67%
CMYK
1, 36, 0, 19
Luminance
0.3384
Every format
| HEX | #cc84cf |
| RGB | rgb(204, 132, 207) |
| HSL | hsl(298, 44%, 67%) |
| CMYK | cmyk(1%, 36%, 0%, 19%) |
| LAB | lab(64.8 39.5 -27.5) |
| LCH | lch(64.8 48.1 325.2) |
| OKLCH | oklch(0.713 0.132 325.5) |
Copy-ready code
/* CSS */
color: #cc84cf;
background-color: #cc84cf;
/* Tailwind (arbitrary) */
class="text-[#cc84cf] bg-[#cc84cf]"
/* SCSS */
$brand: #cc84cf;
/* SwiftUI */
Color(red: 0.800, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#cc84cf")Accessibility — WCAG contrast
Aa
#cc84cf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc84cf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green51.8%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta36.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cc84cf text on a black background
contrast 7.77:1
Card sample
#cc84cf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc84cf;
Background color
Panel with #cc84cf background
background-color: #cc84cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc84cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc84cf; background: linear-gradient(135deg, #cc84cf, #CF84A0);