#f57c65
a light, electric red · warm · closest name: salmon
RGB
245, 124, 101
HSL
10°, 88%, 68%
CMYK
0, 49, 59, 4
Luminance
0.3477
Every format
| HEX | #f57c65 |
| RGB | rgb(245, 124, 101) |
| HSL | hsl(10, 88%, 68%) |
| CMYK | cmyk(0%, 49%, 59%, 4%) |
| LAB | lab(65.6 44.4 33.9) |
| LCH | lch(65.6 55.9 37.4) |
| OKLCH | oklch(0.720 0.153 32.2) |
Copy-ready code
/* CSS */
color: #f57c65;
background-color: #f57c65;
/* Tailwind (arbitrary) */
class="text-[#f57c65] bg-[#f57c65]"
/* SCSS */
$brand: #f57c65;
/* SwiftUI */
Color(red: 0.961, green: 0.486, blue: 0.396)
/* Android */
Color.parseColor("#f57c65")Accessibility — WCAG contrast
Aa
#f57c65 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57c65 on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green48.6%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow58.8%
Key (black)3.9%
Color previews
#f57c65 text on a black background
contrast 7.95:1
Card sample
#f57c65 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57c65;
Background color
Panel with #f57c65 background
background-color: #f57c65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57c65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 124, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 124, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57c65; background: linear-gradient(135deg, #f57c65, #F5DC65);