#fd8b3f
a balanced, electric orange · warm · closest name: coral
RGB
253, 139, 63
HSL
24°, 98%, 62%
CMYK
0, 45, 75, 1
Luminance
0.3971
Every format
| HEX | #fd8b3f |
| RGB | rgb(253, 139, 63) |
| HSL | hsl(24, 98%, 62%) |
| CMYK | cmyk(0%, 45%, 75%, 1%) |
| LAB | lab(69.3 37.8 57.7) |
| LCH | lch(69.3 69.0 56.7) |
| OKLCH | oklch(0.749 0.164 51.0) |
Copy-ready code
/* CSS */
color: #fd8b3f;
background-color: #fd8b3f;
/* Tailwind (arbitrary) */
class="text-[#fd8b3f] bg-[#fd8b3f]"
/* SCSS */
$brand: #fd8b3f;
/* SwiftUI */
Color(red: 0.992, green: 0.545, blue: 0.247)
/* Android */
Color.parseColor("#fd8b3f")Accessibility — WCAG contrast
Aa
#fd8b3f on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8b3f on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow75.1%
Key (black)0.8%
Color previews
#fd8b3f text on a black background
contrast 8.94:1
Card sample
#fd8b3f text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8b3f;
Background color
Panel with #fd8b3f background
background-color: #fd8b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 139, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 139, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8b3f; background: linear-gradient(135deg, #fd8b3f, #F0FD3F);