#c94b77
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
201, 75, 119
HSL
339°, 54%, 54%
CMYK
0, 63, 41, 21
Luminance
0.1878
Every format
| HEX | #c94b77 |
| RGB | rgb(201, 75, 119) |
| HSL | hsl(339, 54%, 54%) |
| CMYK | cmyk(0%, 63%, 41%, 21%) |
| LAB | lab(50.4 53.8 1.8) |
| LCH | lch(50.4 53.9 1.9) |
| OKLCH | oklch(0.594 0.165 1.9) |
Copy-ready code
/* CSS */
color: #c94b77;
background-color: #c94b77;
/* Tailwind (arbitrary) */
class="text-[#c94b77] bg-[#c94b77]"
/* SCSS */
$brand: #c94b77;
/* SwiftUI */
Color(red: 0.788, green: 0.294, blue: 0.467)
/* Android */
Color.parseColor("#c94b77")Accessibility — WCAG contrast
Aa
#c94b77 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94b77 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green29.4%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow40.8%
Key (black)21.2%
Color previews
#c94b77 text on a black background
contrast 4.76:1
Card sample
#c94b77 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94b77;
Background color
Panel with #c94b77 background
background-color: #c94b77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94b77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 75, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 75, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94b77; background: linear-gradient(135deg, #c94b77, #C9734B);