#fd853f
a balanced, electric orange · warm · closest name: coral
RGB
253, 133, 63
HSL
22°, 98%, 62%
CMYK
0, 47, 75, 1
Luminance
0.3802
Every format
| HEX | #fd853f |
| RGB | rgb(253, 133, 63) |
| HSL | hsl(22, 98%, 62%) |
| CMYK | cmyk(0%, 47%, 75%, 1%) |
| LAB | lab(68.0 40.9 56.4) |
| LCH | lch(68.0 69.7 54.1) |
| OKLCH | oklch(0.740 0.167 48.0) |
Copy-ready code
/* CSS */
color: #fd853f;
background-color: #fd853f;
/* Tailwind (arbitrary) */
class="text-[#fd853f] bg-[#fd853f]"
/* SCSS */
$brand: #fd853f;
/* SwiftUI */
Color(red: 0.992, green: 0.522, blue: 0.247)
/* Android */
Color.parseColor("#fd853f")Accessibility — WCAG contrast
Aa
#fd853f on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd853f on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow75.1%
Key (black)0.8%
Color previews
#fd853f text on a black background
contrast 8.60:1
Card sample
#fd853f text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd853f;
Background color
Panel with #fd853f background
background-color: #fd853f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd853f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 133, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 133, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd853f; background: linear-gradient(135deg, #fd853f, #F6FD3F);