#fd753f
a balanced, electric orange · warm · closest name: coral
RGB
253, 117, 63
HSL
17°, 98%, 62%
CMYK
0, 54, 75, 1
Luminance
0.3396
Every format
| HEX | #fd753f |
| RGB | rgb(253, 117, 63) |
| HSL | hsl(17, 98%, 62%) |
| CMYK | cmyk(0%, 54%, 75%, 1%) |
| LAB | lab(64.9 48.7 53.3) |
| LCH | lch(64.9 72.2 47.6) |
| OKLCH | oklch(0.716 0.180 40.9) |
Copy-ready code
/* CSS */
color: #fd753f;
background-color: #fd753f;
/* Tailwind (arbitrary) */
class="text-[#fd753f] bg-[#fd753f]"
/* SCSS */
$brand: #fd753f;
/* SwiftUI */
Color(red: 0.992, green: 0.459, blue: 0.247)
/* Android */
Color.parseColor("#fd753f")Accessibility — WCAG contrast
Aa
#fd753f on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd753f on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow75.1%
Key (black)0.8%
Color previews
#fd753f text on a black background
contrast 7.79:1
Card sample
#fd753f text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd753f;
Background color
Panel with #fd753f background
background-color: #fd753f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd753f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 117, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 117, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd753f; background: linear-gradient(135deg, #fd753f, #FDF43F);