#f57560
a light, electric red · warm · closest name: salmon
RGB
245, 117, 96
HSL
9°, 88%, 67%
CMYK
0, 52, 61, 4
Luminance
0.3298
Every format
| HEX | #f57560 |
| RGB | rgb(245, 117, 96) |
| HSL | hsl(9, 88%, 67%) |
| CMYK | cmyk(0%, 52%, 61%, 4%) |
| LAB | lab(64.2 47.5 34.9) |
| LCH | lch(64.2 58.9 36.3) |
| OKLCH | oklch(0.709 0.162 31.0) |
Copy-ready code
/* CSS */
color: #f57560;
background-color: #f57560;
/* Tailwind (arbitrary) */
class="text-[#f57560] bg-[#f57560]"
/* SCSS */
$brand: #f57560;
/* SwiftUI */
Color(red: 0.961, green: 0.459, blue: 0.376)
/* Android */
Color.parseColor("#f57560")Accessibility — WCAG contrast
Aa
#f57560 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57560 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green45.9%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow60.8%
Key (black)3.9%
Color previews
#f57560 text on a black background
contrast 7.60:1
Card sample
#f57560 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57560;
Background color
Panel with #f57560 background
background-color: #f57560;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57560;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 117, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 117, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57560; background: linear-gradient(135deg, #f57560, #F5D960);