#f4719d
a light, electric magenta / pink · warm · closest name: salmon
RGB
244, 113, 157
HSL
340°, 86%, 70%
CMYK
0, 54, 36, 4
Luminance
0.3348
Every format
| HEX | #f4719d |
| RGB | rgb(244, 113, 157) |
| HSL | hsl(340, 86%, 70%) |
| CMYK | cmyk(0%, 54%, 36%, 4%) |
| LAB | lab(64.5 54.5 0.9) |
| LCH | lch(64.5 54.5 0.9) |
| OKLCH | oklch(0.716 0.166 1.0) |
Copy-ready code
/* CSS */
color: #f4719d;
background-color: #f4719d;
/* Tailwind (arbitrary) */
class="text-[#f4719d] bg-[#f4719d]"
/* SCSS */
$brand: #f4719d;
/* SwiftUI */
Color(red: 0.957, green: 0.443, blue: 0.616)
/* Android */
Color.parseColor("#f4719d")Accessibility — WCAG contrast
Aa
#f4719d on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4719d on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green44.3%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow35.7%
Key (black)4.3%
Color previews
#f4719d text on a black background
contrast 7.70:1
Card sample
#f4719d text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4719d;
Background color
Panel with #f4719d background
background-color: #f4719d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4719d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 113, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 113, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4719d; background: linear-gradient(135deg, #f4719d, #F49C71);