#f79196
a light, electric red · warm · closest name: salmon
RGB
247, 145, 150
HSL
357°, 86%, 77%
CMYK
0, 41, 39, 3
Luminance
0.4223
Every format
| HEX | #f79196 |
| RGB | rgb(247, 145, 150) |
| HSL | hsl(357, 86%, 77%) |
| CMYK | cmyk(0%, 41%, 39%, 3%) |
| LAB | lab(71.0 39.0 14.2) |
| LCH | lch(71.0 41.5 20.0) |
| OKLCH | oklch(0.765 0.123 17.2) |
Copy-ready code
/* CSS */
color: #f79196;
background-color: #f79196;
/* Tailwind (arbitrary) */
class="text-[#f79196] bg-[#f79196]"
/* SCSS */
$brand: #f79196;
/* SwiftUI */
Color(red: 0.969, green: 0.569, blue: 0.588)
/* Android */
Color.parseColor("#f79196")Accessibility — WCAG contrast
Aa
#f79196 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79196 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green56.9%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow39.3%
Key (black)3.1%
Color previews
#f79196 text on a black background
contrast 9.45:1
Card sample
#f79196 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79196;
Background color
Panel with #f79196 background
background-color: #f79196;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79196;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 145, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 145, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79196; background: linear-gradient(135deg, #f79196, #F7D091);