#f48c49
a balanced, electric orange · warm · closest name: coral
RGB
244, 140, 73
HSL
24°, 89%, 62%
CMYK
0, 43, 70, 4
Luminance
0.3847
Every format
| HEX | #f48c49 |
| RGB | rgb(244, 140, 73) |
| HSL | hsl(24, 89%, 62%) |
| CMYK | cmyk(0%, 43%, 70%, 4%) |
| LAB | lab(68.4 34.2 51.7) |
| LCH | lch(68.4 62.0 56.5) |
| OKLCH | oklch(0.740 0.150 51.2) |
Copy-ready code
/* CSS */
color: #f48c49;
background-color: #f48c49;
/* Tailwind (arbitrary) */
class="text-[#f48c49] bg-[#f48c49]"
/* SCSS */
$brand: #f48c49;
/* SwiftUI */
Color(red: 0.957, green: 0.549, blue: 0.286)
/* Android */
Color.parseColor("#f48c49")Accessibility — WCAG contrast
Aa
#f48c49 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48c49 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow70.1%
Key (black)4.3%
Color previews
#f48c49 text on a black background
contrast 8.69:1
Card sample
#f48c49 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48c49;
Background color
Panel with #f48c49 background
background-color: #f48c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 140, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 140, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48c49; background: linear-gradient(135deg, #f48c49, #EAF449);