#f97880
a light, electric red · warm · closest name: salmon
RGB
249, 120, 128
HSL
356°, 92%, 72%
CMYK
0, 52, 49, 2
Luminance
0.3513
Every format
| HEX | #f97880 |
| RGB | rgb(249, 120, 128) |
| HSL | hsl(356, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 49%, 2%) |
| LAB | lab(65.8 50.0 19.3) |
| LCH | lch(65.8 53.6 21.2) |
| OKLCH | oklch(0.725 0.158 18.0) |
Copy-ready code
/* CSS */
color: #f97880;
background-color: #f97880;
/* Tailwind (arbitrary) */
class="text-[#f97880] bg-[#f97880]"
/* SCSS */
$brand: #f97880;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.502)
/* Android */
Color.parseColor("#f97880")Accessibility — WCAG contrast
Aa
#f97880 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97880 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow48.6%
Key (black)2.4%
Color previews
#f97880 text on a black background
contrast 8.03:1
Card sample
#f97880 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97880;
Background color
Panel with #f97880 background
background-color: #f97880;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97880;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97880; background: linear-gradient(135deg, #f97880, #F9C678);