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