#c7728c
a balanced, soft magenta / pink · warm · closest name: plum
RGB
199, 114, 140
HSL
342°, 43%, 61%
CMYK
0, 43, 30, 22
Luminance
0.2607
Every format
| HEX | #c7728c |
| RGB | rgb(199, 114, 140) |
| HSL | hsl(342, 43%, 61%) |
| CMYK | cmyk(0%, 43%, 30%, 22%) |
| LAB | lab(58.1 36.6 0.5) |
| LCH | lch(58.1 36.6 0.8) |
| OKLCH | oklch(0.653 0.111 1.0) |
Copy-ready code
/* CSS */
color: #c7728c;
background-color: #c7728c;
/* Tailwind (arbitrary) */
class="text-[#c7728c] bg-[#c7728c]"
/* SCSS */
$brand: #c7728c;
/* SwiftUI */
Color(red: 0.780, green: 0.447, blue: 0.549)
/* Android */
Color.parseColor("#c7728c")Accessibility — WCAG contrast
Aa
#c7728c on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c7728c on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green44.7%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow29.6%
Key (black)22.0%
Color previews
#c7728c text on a black background
contrast 6.21:1
Card sample
#c7728c text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7728c;
Background color
Panel with #c7728c background
background-color: #c7728c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7728c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 114, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 114, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7728c; background: linear-gradient(135deg, #c7728c, #C79172);