#f57776
a light, electric red · warm · closest name: salmon
RGB
245, 119, 118
HSL
1°, 86%, 71%
CMYK
0, 51, 52, 4
Luminance
0.3391
Every format
| HEX | #f57776 |
| RGB | rgb(245, 119, 118) |
| HSL | hsl(1, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 52%, 4%) |
| LAB | lab(64.9 48.2 23.6) |
| LCH | lch(64.9 53.6 26.1) |
| OKLCH | oklch(0.716 0.155 22.2) |
Copy-ready code
/* CSS */
color: #f57776;
background-color: #f57776;
/* Tailwind (arbitrary) */
class="text-[#f57776] bg-[#f57776]"
/* SCSS */
$brand: #f57776;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.463)
/* Android */
Color.parseColor("#f57776")Accessibility — WCAG contrast
Aa
#f57776 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57776 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow51.8%
Key (black)3.9%
Color previews
#f57776 text on a black background
contrast 7.78:1
Card sample
#f57776 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57776;
Background color
Panel with #f57776 background
background-color: #f57776;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57776;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57776; background: linear-gradient(135deg, #f57776, #F5CC76);