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