#c9779f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
201, 119, 159
HSL
331°, 43%, 63%
CMYK
0, 41, 21, 21
Luminance
0.2811
Every format
| HEX | #c9779f |
| RGB | rgb(201, 119, 159) |
| HSL | hsl(331, 43%, 63%) |
| CMYK | cmyk(0%, 41%, 21%, 21%) |
| LAB | lab(60.0 37.3 -7.6) |
| LCH | lch(60.0 38.1 348.5) |
| OKLCH | oklch(0.670 0.113 349.9) |
Copy-ready code
/* CSS */
color: #c9779f;
background-color: #c9779f;
/* Tailwind (arbitrary) */
class="text-[#c9779f] bg-[#c9779f]"
/* SCSS */
$brand: #c9779f;
/* SwiftUI */
Color(red: 0.788, green: 0.467, blue: 0.624)
/* Android */
Color.parseColor("#c9779f")Accessibility — WCAG contrast
Aa
#c9779f on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c9779f on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow20.9%
Key (black)21.2%
Color previews
#c9779f text on a black background
contrast 6.62:1
Card sample
#c9779f text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9779f;
Background color
Panel with #c9779f background
background-color: #c9779f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9779f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 119, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 119, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9779f; background: linear-gradient(135deg, #c9779f, #C98577);