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