#f07d49
a balanced, electric orange · warm · closest name: coral
RGB
240, 125, 73
HSL
19°, 85%, 61%
CMYK
0, 48, 70, 6
Luminance
0.3367
Every format
| HEX | #f07d49 |
| RGB | rgb(240, 125, 73) |
| HSL | hsl(19, 85%, 61%) |
| CMYK | cmyk(0%, 48%, 70%, 6%) |
| LAB | lab(64.7 40.3 47.5) |
| LCH | lch(64.7 62.3 49.7) |
| OKLCH | oklch(0.711 0.156 43.7) |
Copy-ready code
/* CSS */
color: #f07d49;
background-color: #f07d49;
/* Tailwind (arbitrary) */
class="text-[#f07d49] bg-[#f07d49]"
/* SCSS */
$brand: #f07d49;
/* SwiftUI */
Color(red: 0.941, green: 0.490, blue: 0.286)
/* Android */
Color.parseColor("#f07d49")Accessibility — WCAG contrast
Aa
#f07d49 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07d49 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green49.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow69.6%
Key (black)5.9%
Color previews
#f07d49 text on a black background
contrast 7.73:1
Card sample
#f07d49 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07d49;
Background color
Panel with #f07d49 background
background-color: #f07d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 125, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 125, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07d49; background: linear-gradient(135deg, #f07d49, #F0EC49);