#fd892f
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 137, 47
HSL
26°, 98%, 59%
CMYK
0, 46, 81, 1
Luminance
0.3898
Every format
| HEX | #fd892f |
| RGB | rgb(253, 137, 47) |
| HSL | hsl(26, 98%, 59%) |
| CMYK | cmyk(0%, 46%, 81%, 1%) |
| LAB | lab(68.7 38.3 63.8) |
| LCH | lch(68.7 74.4 59.0) |
| OKLCH | oklch(0.745 0.170 53.2) |
Copy-ready code
/* CSS */
color: #fd892f;
background-color: #fd892f;
/* Tailwind (arbitrary) */
class="text-[#fd892f] bg-[#fd892f]"
/* SCSS */
$brand: #fd892f;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.184)
/* Android */
Color.parseColor("#fd892f")Accessibility — WCAG contrast
Aa
#fd892f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd892f on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow81.4%
Key (black)0.8%
Color previews
#fd892f text on a black background
contrast 8.80:1
Card sample
#fd892f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd892f;
Background color
Panel with #fd892f background
background-color: #fd892f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd892f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd892f; background: linear-gradient(135deg, #fd892f, #E8FD2F);