#cc80af
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 128, 175
HSL
323°, 43%, 65%
CMYK
0, 37, 14, 20
Luminance
0.3137
Every format
| HEX | #cc80af |
| RGB | rgb(204, 128, 175) |
| HSL | hsl(323, 43%, 65%) |
| CMYK | cmyk(0%, 37%, 14%, 20%) |
| LAB | lab(62.8 36.1 -12.5) |
| LCH | lch(62.8 38.2 340.9) |
| OKLCH | oklch(0.694 0.111 342.7) |
Copy-ready code
/* CSS */
color: #cc80af;
background-color: #cc80af;
/* Tailwind (arbitrary) */
class="text-[#cc80af] bg-[#cc80af]"
/* SCSS */
$brand: #cc80af;
/* SwiftUI */
Color(red: 0.800, green: 0.502, blue: 0.686)
/* Android */
Color.parseColor("#cc80af")Accessibility — WCAG contrast
Aa
#cc80af on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc80af on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green50.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow14.2%
Key (black)20.0%
Color previews
#cc80af text on a black background
contrast 7.27:1
Card sample
#cc80af text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc80af;
Background color
Panel with #cc80af background
background-color: #cc80af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc80af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 128, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 128, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc80af; background: linear-gradient(135deg, #cc80af, #CC8480);