#f78c79
a light, electric red · warm · closest name: salmon
RGB
247, 140, 121
HSL
9°, 89%, 72%
CMYK
0, 43, 51, 3
Luminance
0.3991
Every format
| HEX | #f78c79 |
| RGB | rgb(247, 140, 121) |
| HSL | hsl(9, 89%, 72%) |
| CMYK | cmyk(0%, 43%, 51%, 3%) |
| LAB | lab(69.4 38.7 28.0) |
| LCH | lch(69.4 47.7 35.9) |
| OKLCH | oklch(0.751 0.134 31.1) |
Copy-ready code
/* CSS */
color: #f78c79;
background-color: #f78c79;
/* Tailwind (arbitrary) */
class="text-[#f78c79] bg-[#f78c79]"
/* SCSS */
$brand: #f78c79;
/* SwiftUI */
Color(red: 0.969, green: 0.549, blue: 0.475)
/* Android */
Color.parseColor("#f78c79")Accessibility — WCAG contrast
Aa
#f78c79 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78c79 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green54.9%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow51.0%
Key (black)3.1%
Color previews
#f78c79 text on a black background
contrast 8.98:1
Card sample
#f78c79 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78c79;
Background color
Panel with #f78c79 background
background-color: #f78c79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78c79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 140, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 140, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78c79; background: linear-gradient(135deg, #f78c79, #F7E079);