#f57764
a light, electric red · warm · closest name: salmon
RGB
245, 119, 100
HSL
8°, 88%, 68%
CMYK
0, 51, 59, 4
Luminance
0.3353
Every format
| HEX | #f57764 |
| RGB | rgb(245, 119, 100) |
| HSL | hsl(8, 88%, 68%) |
| CMYK | cmyk(0%, 51%, 59%, 4%) |
| LAB | lab(64.6 46.8 33.2) |
| LCH | lch(64.6 57.4 35.4) |
| OKLCH | oklch(0.713 0.159 30.3) |
Copy-ready code
/* CSS */
color: #f57764;
background-color: #f57764;
/* Tailwind (arbitrary) */
class="text-[#f57764] bg-[#f57764]"
/* SCSS */
$brand: #f57764;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.392)
/* Android */
Color.parseColor("#f57764")Accessibility — WCAG contrast
Aa
#f57764 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57764 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow59.2%
Key (black)3.9%
Color previews
#f57764 text on a black background
contrast 7.71:1
Card sample
#f57764 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57764;
Background color
Panel with #f57764 background
background-color: #f57764;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57764;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57764; background: linear-gradient(135deg, #f57764, #F5D864);