#fd803f
a balanced, electric orange · warm · closest name: coral
RGB
253, 128, 63
HSL
21°, 98%, 62%
CMYK
0, 49, 75, 1
Luminance
0.3668
Every format
| HEX | #fd803f |
| RGB | rgb(253, 128, 63) |
| HSL | hsl(21, 98%, 62%) |
| CMYK | cmyk(0%, 49%, 75%, 1%) |
| LAB | lab(67.0 43.3 55.4) |
| LCH | lch(67.0 70.4 52.0) |
| OKLCH | oklch(0.732 0.171 45.7) |
Copy-ready code
/* CSS */
color: #fd803f;
background-color: #fd803f;
/* Tailwind (arbitrary) */
class="text-[#fd803f] bg-[#fd803f]"
/* SCSS */
$brand: #fd803f;
/* SwiftUI */
Color(red: 0.992, green: 0.502, blue: 0.247)
/* Android */
Color.parseColor("#fd803f")Accessibility — WCAG contrast
Aa
#fd803f on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd803f on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green50.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow75.1%
Key (black)0.8%
Color previews
#fd803f text on a black background
contrast 8.34:1
Card sample
#fd803f text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd803f;
Background color
Panel with #fd803f background
background-color: #fd803f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd803f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 128, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 128, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd803f; background: linear-gradient(135deg, #fd803f, #FBFD3F);