#fd574f
a light, electric red · warm · closest name: tomato
RGB
253, 87, 79
HSL
3°, 98%, 65%
CMYK
0, 66, 69, 1
Luminance
0.2826
Every format
| HEX | #fd574f |
| RGB | rgb(253, 87, 79) |
| HSL | hsl(3, 98%, 65%) |
| CMYK | cmyk(0%, 66%, 69%, 1%) |
| LAB | lab(60.1 62.5 39.6) |
| LCH | lch(60.1 74.0 32.4) |
| OKLCH | oklch(0.680 0.203 26.7) |
Copy-ready code
/* CSS */
color: #fd574f;
background-color: #fd574f;
/* Tailwind (arbitrary) */
class="text-[#fd574f] bg-[#fd574f]"
/* SCSS */
$brand: #fd574f;
/* SwiftUI */
Color(red: 0.992, green: 0.341, blue: 0.310)
/* Android */
Color.parseColor("#fd574f")Accessibility — WCAG contrast
Aa
#fd574f on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd574f on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow68.8%
Key (black)0.8%
Color previews
#fd574f text on a black background
contrast 6.65:1
Card sample
#fd574f text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd574f;
Background color
Panel with #fd574f background
background-color: #fd574f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd574f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 87, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 87, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd574f; background: linear-gradient(135deg, #fd574f, #FDCB4F);