#fd744f
a light, electric red · warm · closest name: coral
RGB
253, 116, 79
HSL
13°, 98%, 65%
CMYK
0, 54, 69, 1
Luminance
0.3394
Every format
| HEX | #fd744f |
| RGB | rgb(253, 116, 79) |
| HSL | hsl(13, 98%, 65%) |
| CMYK | cmyk(0%, 54%, 69%, 1%) |
| LAB | lab(64.9 49.9 45.2) |
| LCH | lch(64.9 67.3 42.2) |
| OKLCH | oklch(0.716 0.176 36.1) |
Copy-ready code
/* CSS */
color: #fd744f;
background-color: #fd744f;
/* Tailwind (arbitrary) */
class="text-[#fd744f] bg-[#fd744f]"
/* SCSS */
$brand: #fd744f;
/* SwiftUI */
Color(red: 0.992, green: 0.455, blue: 0.310)
/* Android */
Color.parseColor("#fd744f")Accessibility — WCAG contrast
Aa
#fd744f on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd744f on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow68.8%
Key (black)0.8%
Color previews
#fd744f text on a black background
contrast 7.79:1
Card sample
#fd744f text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd744f;
Background color
Panel with #fd744f background
background-color: #fd744f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd744f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 116, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 116, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd744f; background: linear-gradient(135deg, #fd744f, #FDE84F);