#fd7c4d
a balanced, electric orange · warm · “coral”
RGB
253, 124, 77
HSL
16°, 98%, 65%
CMYK
0, 51, 70, 1
Luminance
0.3583
Every format
| HEX | #fd7c4d |
| RGB | rgb(253, 124, 77) |
| HSL | hsl(16, 98%, 65%) |
| CMYK | cmyk(0%, 51%, 70%, 1%) |
| LAB | lab(66.4 45.9 47.9) |
| LCH | lch(66.4 66.4 46.2) |
| OKLCH | oklch(0.728 0.169 40.1) |
Copy-ready code
/* CSS */
color: #fd7c4d;
background-color: #fd7c4d;
/* Tailwind (arbitrary) */
class="text-[#fd7c4d] bg-[#fd7c4d]"
/* SCSS */
$brand: #fd7c4d;
/* SwiftUI */
Color(red: 0.992, green: 0.486, blue: 0.302)
/* Android */
Color.parseColor("#fd7c4d")Accessibility — WCAG contrast
Aa
#fd7c4d on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7c4d on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green48.6%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow69.6%
Key (black)0.8%
Color previews
#fd7c4d text on a black background
contrast 8.17:1
Card sample
#fd7c4d text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7c4d;
Background color
Panel with #fd7c4d background
background-color: #fd7c4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7c4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 124, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 124, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7c4d; background: linear-gradient(135deg, #fd7c4d, #FDF14D);