#c77f94
a balanced, soft magenta / pink · warm · closest name: pink
RGB
199, 127, 148
HSL
343°, 39%, 64%
CMYK
0, 36, 26, 22
Luminance
0.2946
Every format
| HEX | #c77f94 |
| RGB | rgb(199, 127, 148) |
| HSL | hsl(343, 39%, 64%) |
| CMYK | cmyk(0%, 36%, 26%, 22%) |
| LAB | lab(61.2 30.7 0.4) |
| LCH | lch(61.2 30.7 0.8) |
| OKLCH | oklch(0.677 0.093 0.9) |
Copy-ready code
/* CSS */
color: #c77f94;
background-color: #c77f94;
/* Tailwind (arbitrary) */
class="text-[#c77f94] bg-[#c77f94]"
/* SCSS */
$brand: #c77f94;
/* SwiftUI */
Color(red: 0.780, green: 0.498, blue: 0.580)
/* Android */
Color.parseColor("#c77f94")Accessibility — WCAG contrast
Aa
#c77f94 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c77f94 on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green49.8%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow25.6%
Key (black)22.0%
Color previews
#c77f94 text on a black background
contrast 6.89:1
Card sample
#c77f94 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77f94;
Background color
Panel with #c77f94 background
background-color: #c77f94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77f94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 127, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 127, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77f94; background: linear-gradient(135deg, #c77f94, #C79A7F);