#fd894f
a light, electric orange · warm · closest name: coral
RGB
253, 137, 79
HSL
20°, 98%, 65%
CMYK
0, 46, 69, 1
Luminance
0.3934
Every format
| HEX | #fd894f |
| RGB | rgb(253, 137, 79) |
| HSL | hsl(20, 98%, 65%) |
| CMYK | cmyk(0%, 46%, 69%, 1%) |
| LAB | lab(69.0 39.6 49.8) |
| LCH | lch(69.0 63.6 51.6) |
| OKLCH | oklch(0.748 0.159 45.7) |
Copy-ready code
/* CSS */
color: #fd894f;
background-color: #fd894f;
/* Tailwind (arbitrary) */
class="text-[#fd894f] bg-[#fd894f]"
/* SCSS */
$brand: #fd894f;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.310)
/* Android */
Color.parseColor("#fd894f")Accessibility — WCAG contrast
Aa
#fd894f on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd894f on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow68.8%
Key (black)0.8%
Color previews
#fd894f text on a black background
contrast 8.87:1
Card sample
#fd894f text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd894f;
Background color
Panel with #fd894f background
background-color: #fd894f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd894f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd894f; background: linear-gradient(135deg, #fd894f, #FDFD4F);