#f87780
a light, electric red · warm · closest name: salmon
RGB
248, 119, 128
HSL
356°, 90%, 72%
CMYK
0, 52, 48, 3
Luminance
0.3471
Every format
| HEX | #f87780 |
| RGB | rgb(248, 119, 128) |
| HSL | hsl(356, 90%, 72%) |
| CMYK | cmyk(0%, 52%, 48%, 3%) |
| LAB | lab(65.5 50.1 18.9) |
| LCH | lch(65.5 53.5 20.6) |
| OKLCH | oklch(0.722 0.158 17.6) |
Copy-ready code
/* CSS */
color: #f87780;
background-color: #f87780;
/* Tailwind (arbitrary) */
class="text-[#f87780] bg-[#f87780]"
/* SCSS */
$brand: #f87780;
/* SwiftUI */
Color(red: 0.973, green: 0.467, blue: 0.502)
/* Android */
Color.parseColor("#f87780")Accessibility — WCAG contrast
Aa
#f87780 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f87780 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green46.7%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow48.4%
Key (black)2.7%
Color previews
#f87780 text on a black background
contrast 7.94:1
Card sample
#f87780 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f87780;
Background color
Panel with #f87780 background
background-color: #f87780;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f87780;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 119, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 119, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f87780; background: linear-gradient(135deg, #f87780, #F8C477);