#cc779f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
204, 119, 159
HSL
332°, 46%, 63%
CMYK
0, 42, 22, 20
Luminance
0.2853
Every format
| HEX | #cc779f |
| RGB | rgb(204, 119, 159) |
| HSL | hsl(332, 46%, 63%) |
| CMYK | cmyk(0%, 42%, 22%, 20%) |
| LAB | lab(60.4 38.4 -7.0) |
| LCH | lch(60.4 39.0 349.6) |
| OKLCH | oklch(0.673 0.116 351.0) |
Copy-ready code
/* CSS */
color: #cc779f;
background-color: #cc779f;
/* Tailwind (arbitrary) */
class="text-[#cc779f] bg-[#cc779f]"
/* SCSS */
$brand: #cc779f;
/* SwiftUI */
Color(red: 0.800, green: 0.467, blue: 0.624)
/* Android */
Color.parseColor("#cc779f")Accessibility — WCAG contrast
Aa
#cc779f on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc779f on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green46.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow22.1%
Key (black)20.0%
Color previews
#cc779f text on a black background
contrast 6.71:1
Card sample
#cc779f text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc779f;
Background color
Panel with #cc779f background
background-color: #cc779f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc779f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 119, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 119, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc779f; background: linear-gradient(135deg, #cc779f, #CC8877);