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