#fd784f
a light, electric red · warm · closest name: coral
RGB
253, 120, 79
HSL
14°, 98%, 65%
CMYK
0, 53, 69, 1
Luminance
0.3488
Every format
| HEX | #fd784f |
| RGB | rgb(253, 120, 79) |
| HSL | hsl(14, 98%, 65%) |
| CMYK | cmyk(0%, 53%, 69%, 1%) |
| LAB | lab(65.7 48.0 46.1) |
| LCH | lch(65.7 66.5 43.9) |
| OKLCH | oklch(0.722 0.172 37.7) |
Copy-ready code
/* CSS */
color: #fd784f;
background-color: #fd784f;
/* Tailwind (arbitrary) */
class="text-[#fd784f] bg-[#fd784f]"
/* SCSS */
$brand: #fd784f;
/* SwiftUI */
Color(red: 0.992, green: 0.471, blue: 0.310)
/* Android */
Color.parseColor("#fd784f")Accessibility — WCAG contrast
Aa
#fd784f on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd784f on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow68.8%
Key (black)0.8%
Color previews
#fd784f text on a black background
contrast 7.98:1
Card sample
#fd784f text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd784f;
Background color
Panel with #fd784f background
background-color: #fd784f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd784f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 120, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 120, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd784f; background: linear-gradient(135deg, #fd784f, #FDEC4F);