#f07749
a balanced, electric orange · warm · closest name: coral
RGB
240, 119, 73
HSL
17°, 85%, 61%
CMYK
0, 50, 70, 6
Luminance
0.3220
Every format
| HEX | #f07749 |
| RGB | rgb(240, 119, 73) |
| HSL | hsl(17, 85%, 61%) |
| CMYK | cmyk(0%, 50%, 70%, 6%) |
| LAB | lab(63.5 43.3 46.2) |
| LCH | lch(63.5 63.3 46.9) |
| OKLCH | oklch(0.702 0.161 40.7) |
Copy-ready code
/* CSS */
color: #f07749;
background-color: #f07749;
/* Tailwind (arbitrary) */
class="text-[#f07749] bg-[#f07749]"
/* SCSS */
$brand: #f07749;
/* SwiftUI */
Color(red: 0.941, green: 0.467, blue: 0.286)
/* Android */
Color.parseColor("#f07749")Accessibility — WCAG contrast
Aa
#f07749 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07749 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green46.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow69.6%
Key (black)5.9%
Color previews
#f07749 text on a black background
contrast 7.44:1
Card sample
#f07749 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07749;
Background color
Panel with #f07749 background
background-color: #f07749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 119, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 119, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07749; background: linear-gradient(135deg, #f07749, #F0E649);