#fd714f
a light, electric red · warm · closest name: tomato
RGB
253, 113, 79
HSL
12°, 98%, 65%
CMYK
0, 55, 69, 1
Luminance
0.3326
Every format
| HEX | #fd714f |
| RGB | rgb(253, 113, 79) |
| HSL | hsl(12, 98%, 65%) |
| CMYK | cmyk(0%, 55%, 69%, 1%) |
| LAB | lab(64.4 51.3 44.6) |
| LCH | lch(64.4 68.0 41.0) |
| OKLCH | oklch(0.712 0.179 34.9) |
Copy-ready code
/* CSS */
color: #fd714f;
background-color: #fd714f;
/* Tailwind (arbitrary) */
class="text-[#fd714f] bg-[#fd714f]"
/* SCSS */
$brand: #fd714f;
/* SwiftUI */
Color(red: 0.992, green: 0.443, blue: 0.310)
/* Android */
Color.parseColor("#fd714f")Accessibility — WCAG contrast
Aa
#fd714f on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd714f on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow68.8%
Key (black)0.8%
Color previews
#fd714f text on a black background
contrast 7.65:1
Card sample
#fd714f text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd714f;
Background color
Panel with #fd714f background
background-color: #fd714f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd714f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 113, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 113, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd714f; background: linear-gradient(135deg, #fd714f, #FDE54F);