#c44f7f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 79, 127
HSL
335°, 50%, 54%
CMYK
0, 60, 35, 23
Luminance
0.1886
Every format
| HEX | #c44f7f |
| RGB | rgb(196, 79, 127) |
| HSL | hsl(335, 50%, 54%) |
| CMYK | cmyk(0%, 60%, 35%, 23%) |
| LAB | lab(50.5 51.4 -3.0) |
| LCH | lch(50.5 51.5 356.7) |
| OKLCH | oklch(0.594 0.157 357.4) |
Copy-ready code
/* CSS */
color: #c44f7f;
background-color: #c44f7f;
/* Tailwind (arbitrary) */
class="text-[#c44f7f] bg-[#c44f7f]"
/* SCSS */
$brand: #c44f7f;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.498)
/* Android */
Color.parseColor("#c44f7f")Accessibility — WCAG contrast
Aa
#c44f7f on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44f7f on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow35.2%
Key (black)23.1%
Color previews
#c44f7f text on a black background
contrast 4.77:1
Card sample
#c44f7f text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44f7f;
Background color
Panel with #c44f7f background
background-color: #c44f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44f7f; background: linear-gradient(135deg, #c44f7f, #C46D4F);