#f07657
a balanced, electric red · warm · closest name: coral
RGB
240, 118, 87
HSL
12°, 84%, 64%
CMYK
0, 51, 64, 6
Luminance
0.3217
Every format
| HEX | #f07657 |
| RGB | rgb(240, 118, 87) |
| HSL | hsl(12, 84%, 64%) |
| CMYK | cmyk(0%, 51%, 64%, 6%) |
| LAB | lab(63.5 44.6 38.8) |
| LCH | lch(63.5 59.1 41.1) |
| OKLCH | oklch(0.702 0.158 35.4) |
Copy-ready code
/* CSS */
color: #f07657;
background-color: #f07657;
/* Tailwind (arbitrary) */
class="text-[#f07657] bg-[#f07657]"
/* SCSS */
$brand: #f07657;
/* SwiftUI */
Color(red: 0.941, green: 0.463, blue: 0.341)
/* Android */
Color.parseColor("#f07657")Accessibility — WCAG contrast
Aa
#f07657 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07657 on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green46.3%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow63.7%
Key (black)5.9%
Color previews
#f07657 text on a black background
contrast 7.43:1
Card sample
#f07657 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07657;
Background color
Panel with #f07657 background
background-color: #f07657;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07657;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 118, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 118, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07657; background: linear-gradient(135deg, #f07657, #F0DC57);