#f57797
a light, electric magenta / pink · warm · closest name: salmon
RGB
245, 119, 151
HSL
345°, 86%, 71%
CMYK
0, 51, 38, 4
Luminance
0.3484
Every format
| HEX | #f57797 |
| RGB | rgb(245, 119, 151) |
| HSL | hsl(345, 86%, 71%) |
| CMYK | cmyk(0%, 51%, 38%, 4%) |
| LAB | lab(65.6 51.4 5.9) |
| LCH | lch(65.6 51.7 6.5) |
| OKLCH | oklch(0.724 0.157 5.8) |
Copy-ready code
/* CSS */
color: #f57797;
background-color: #f57797;
/* Tailwind (arbitrary) */
class="text-[#f57797] bg-[#f57797]"
/* SCSS */
$brand: #f57797;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.592)
/* Android */
Color.parseColor("#f57797")Accessibility — WCAG contrast
Aa
#f57797 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57797 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow38.4%
Key (black)3.9%
Color previews
#f57797 text on a black background
contrast 7.97:1
Card sample
#f57797 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57797;
Background color
Panel with #f57797 background
background-color: #f57797;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57797;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57797; background: linear-gradient(135deg, #f57797, #F5AB77);