#fd871f
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 135, 31
HSL
28°, 98%, 56%
CMYK
0, 47, 88, 1
Luminance
0.3831
Every format
| HEX | #fd871f |
| RGB | rgb(253, 135, 31) |
| HSL | hsl(28, 98%, 56%) |
| CMYK | cmyk(0%, 47%, 88%, 1%) |
| LAB | lab(68.3 38.9 68.8) |
| LCH | lch(68.3 79.0 60.5) |
| OKLCH | oklch(0.741 0.176 54.5) |
Copy-ready code
/* CSS */
color: #fd871f;
background-color: #fd871f;
/* Tailwind (arbitrary) */
class="text-[#fd871f] bg-[#fd871f]"
/* SCSS */
$brand: #fd871f;
/* SwiftUI */
Color(red: 0.992, green: 0.529, blue: 0.122)
/* Android */
Color.parseColor("#fd871f")Accessibility — WCAG contrast
Aa
#fd871f on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd871f on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow87.7%
Key (black)0.8%
Color previews
#fd871f text on a black background
contrast 8.66:1
Card sample
#fd871f text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd871f;
Background color
Panel with #fd871f background
background-color: #fd871f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd871f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 135, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 135, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd871f; background: linear-gradient(135deg, #fd871f, #DFFD1F);