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