#f07c49
a balanced, electric orange · warm · closest name: coral
RGB
240, 124, 73
HSL
18°, 85%, 61%
CMYK
0, 48, 70, 6
Luminance
0.3342
Every format
| HEX | #f07c49 |
| RGB | rgb(240, 124, 73) |
| HSL | hsl(18, 85%, 61%) |
| CMYK | cmyk(0%, 48%, 70%, 6%) |
| LAB | lab(64.5 40.8 47.3) |
| LCH | lch(64.5 62.5 49.2) |
| OKLCH | oklch(0.709 0.157 43.2) |
Copy-ready code
/* CSS */
color: #f07c49;
background-color: #f07c49;
/* Tailwind (arbitrary) */
class="text-[#f07c49] bg-[#f07c49]"
/* SCSS */
$brand: #f07c49;
/* SwiftUI */
Color(red: 0.941, green: 0.486, blue: 0.286)
/* Android */
Color.parseColor("#f07c49")Accessibility — WCAG contrast
Aa
#f07c49 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07c49 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green48.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow69.6%
Key (black)5.9%
Color previews
#f07c49 text on a black background
contrast 7.68:1
Card sample
#f07c49 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07c49;
Background color
Panel with #f07c49 background
background-color: #f07c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 124, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 124, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07c49; background: linear-gradient(135deg, #f07c49, #F0EB49);