#fd804f
a light, electric orange · warm · “coral”
RGB
253, 128, 79
HSL
17°, 98%, 65%
CMYK
0, 49, 69, 1
Luminance
0.3689
Every format
| HEX | #fd804f |
| RGB | rgb(253, 128, 79) |
| HSL | hsl(17, 98%, 65%) |
| CMYK | cmyk(0%, 49%, 69%, 1%) |
| LAB | lab(67.2 44.1 47.8) |
| LCH | lch(67.2 65.0 47.3) |
| OKLCH | oklch(0.734 0.165 41.3) |
Copy-ready code
/* CSS */
color: #fd804f;
background-color: #fd804f;
/* Tailwind (arbitrary) */
class="text-[#fd804f] bg-[#fd804f]"
/* SCSS */
$brand: #fd804f;
/* SwiftUI */
Color(red: 0.992, green: 0.502, blue: 0.310)
/* Android */
Color.parseColor("#fd804f")Accessibility — WCAG contrast
Aa
#fd804f on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd804f on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green50.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow68.8%
Key (black)0.8%
Color previews
#fd804f text on a black background
contrast 8.38:1
Card sample
#fd804f text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd804f;
Background color
Panel with #fd804f background
background-color: #fd804f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd804f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 128, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 128, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd804f; background: linear-gradient(135deg, #fd804f, #FDF44F);