#f4748c
a light, electric red · warm · closest name: salmon
RGB
244, 116, 140
HSL
349°, 85%, 71%
CMYK
0, 53, 43, 4
Luminance
0.3362
Every format
| HEX | #f4748c |
| RGB | rgb(244, 116, 140) |
| HSL | hsl(349, 85%, 71%) |
| CMYK | cmyk(0%, 53%, 43%, 4%) |
| LAB | lab(64.7 51.3 10.8) |
| LCH | lch(64.7 52.4 11.8) |
| OKLCH | oklch(0.715 0.158 10.2) |
Copy-ready code
/* CSS */
color: #f4748c;
background-color: #f4748c;
/* Tailwind (arbitrary) */
class="text-[#f4748c] bg-[#f4748c]"
/* SCSS */
$brand: #f4748c;
/* SwiftUI */
Color(red: 0.957, green: 0.455, blue: 0.549)
/* Android */
Color.parseColor("#f4748c")Accessibility — WCAG contrast
Aa
#f4748c on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4748c on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green45.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow42.6%
Key (black)4.3%
Color previews
#f4748c text on a black background
contrast 7.72:1
Card sample
#f4748c text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4748c;
Background color
Panel with #f4748c background
background-color: #f4748c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4748c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 116, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 116, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4748c; background: linear-gradient(135deg, #f4748c, #F4B174);