#fd712f
a balanced, electric orange · warm · closest name: coral
RGB
253, 113, 47
HSL
19°, 98%, 59%
CMYK
0, 55, 81, 1
Luminance
0.3290
Every format
| HEX | #fd712f |
| RGB | rgb(253, 113, 47) |
| HSL | hsl(19, 98%, 59%) |
| CMYK | cmyk(0%, 55%, 81%, 1%) |
| LAB | lab(64.1 50.0 59.6) |
| LCH | lch(64.1 77.8 50.0) |
| OKLCH | oklch(0.709 0.187 42.8) |
Copy-ready code
/* CSS */
color: #fd712f;
background-color: #fd712f;
/* Tailwind (arbitrary) */
class="text-[#fd712f] bg-[#fd712f]"
/* SCSS */
$brand: #fd712f;
/* SwiftUI */
Color(red: 0.992, green: 0.443, blue: 0.184)
/* Android */
Color.parseColor("#fd712f")Accessibility — WCAG contrast
Aa
#fd712f on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd712f on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow81.4%
Key (black)0.8%
Color previews
#fd712f text on a black background
contrast 7.58:1
Card sample
#fd712f text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd712f;
Background color
Panel with #fd712f background
background-color: #fd712f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd712f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 113, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 113, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd712f; background: linear-gradient(135deg, #fd712f, #FDFA2F);