#c44f76
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
196, 79, 118
HSL
340°, 50%, 54%
CMYK
0, 60, 40, 23
Luminance
0.1864
Every format
| HEX | #c44f76 |
| RGB | rgb(196, 79, 118) |
| HSL | hsl(340, 50%, 54%) |
| CMYK | cmyk(0%, 60%, 40%, 23%) |
| LAB | lab(50.3 50.4 2.1) |
| LCH | lch(50.3 50.4 2.3) |
| OKLCH | oklch(0.591 0.154 2.2) |
Copy-ready code
/* CSS */
color: #c44f76;
background-color: #c44f76;
/* Tailwind (arbitrary) */
class="text-[#c44f76] bg-[#c44f76]"
/* SCSS */
$brand: #c44f76;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.463)
/* Android */
Color.parseColor("#c44f76")Accessibility — WCAG contrast
Aa
#c44f76 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44f76 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow39.8%
Key (black)23.1%
Color previews
#c44f76 text on a black background
contrast 4.73:1
Card sample
#c44f76 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44f76;
Background color
Panel with #c44f76 background
background-color: #c44f76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44f76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44f76; background: linear-gradient(135deg, #c44f76, #C4764F);