#fd784c
a balanced, electric red · warm · closest name: coral
RGB
253, 120, 76
HSL
15°, 98%, 65%
CMYK
0, 53, 70, 1
Luminance
0.3484
Every format
| HEX | #fd784c |
| RGB | rgb(253, 120, 76) |
| HSL | hsl(15, 98%, 65%) |
| CMYK | cmyk(0%, 53%, 70%, 1%) |
| LAB | lab(65.6 47.8 47.6) |
| LCH | lch(65.6 67.4 44.9) |
| OKLCH | oklch(0.722 0.173 38.6) |
Copy-ready code
/* CSS */
color: #fd784c;
background-color: #fd784c;
/* Tailwind (arbitrary) */
class="text-[#fd784c] bg-[#fd784c]"
/* SCSS */
$brand: #fd784c;
/* SwiftUI */
Color(red: 0.992, green: 0.471, blue: 0.298)
/* Android */
Color.parseColor("#fd784c")Accessibility — WCAG contrast
Aa
#fd784c on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd784c on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow70.0%
Key (black)0.8%
Color previews
#fd784c text on a black background
contrast 7.97:1
Card sample
#fd784c text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd784c;
Background color
Panel with #fd784c background
background-color: #fd784c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd784c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 120, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 120, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd784c; background: linear-gradient(135deg, #fd784c, #FDEE4C);