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