#fd844f
a light, electric orange · warm · closest name: coral
RGB
253, 132, 79
HSL
18°, 98%, 65%
CMYK
0, 48, 69, 1
Luminance
0.3795
Every format
| HEX | #fd844f |
| RGB | rgb(253, 132, 79) |
| HSL | hsl(18, 98%, 65%) |
| CMYK | cmyk(0%, 48%, 69%, 1%) |
| LAB | lab(68.0 42.1 48.7) |
| LCH | lch(68.0 64.4 49.2) |
| OKLCH | oklch(0.740 0.162 43.2) |
Copy-ready code
/* CSS */
color: #fd844f;
background-color: #fd844f;
/* Tailwind (arbitrary) */
class="text-[#fd844f] bg-[#fd844f]"
/* SCSS */
$brand: #fd844f;
/* SwiftUI */
Color(red: 0.992, green: 0.518, blue: 0.310)
/* Android */
Color.parseColor("#fd844f")Accessibility — WCAG contrast
Aa
#fd844f on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd844f on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow68.8%
Key (black)0.8%
Color previews
#fd844f text on a black background
contrast 8.59:1
Card sample
#fd844f text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd844f;
Background color
Panel with #fd844f background
background-color: #fd844f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd844f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 132, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 132, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd844f; background: linear-gradient(135deg, #fd844f, #FDF84F);