#f97879
a light, electric red · warm · closest name: salmon
RGB
249, 120, 121
HSL
360°, 92%, 72%
CMYK
0, 52, 51, 2
Luminance
0.3495
Every format
| HEX | #f97879 |
| RGB | rgb(249, 120, 121) |
| HSL | hsl(360, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 51%, 2%) |
| LAB | lab(65.7 49.3 23.1) |
| LCH | lch(65.7 54.5 25.1) |
| OKLCH | oklch(0.723 0.158 21.3) |
Copy-ready code
/* CSS */
color: #f97879;
background-color: #f97879;
/* Tailwind (arbitrary) */
class="text-[#f97879] bg-[#f97879]"
/* SCSS */
$brand: #f97879;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.475)
/* Android */
Color.parseColor("#f97879")Accessibility — WCAG contrast
Aa
#f97879 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97879 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow51.4%
Key (black)2.4%
Color previews
#f97879 text on a black background
contrast 7.99:1
Card sample
#f97879 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97879;
Background color
Panel with #f97879 background
background-color: #f97879;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97879;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97879; background: linear-gradient(135deg, #f97879, #F9CD78);