#fd554f
a light, electric red · warm · closest name: tomato
RGB
253, 85, 79
HSL
2°, 98%, 65%
CMYK
0, 66, 69, 1
Luminance
0.2794
Every format
| HEX | #fd554f |
| RGB | rgb(253, 85, 79) |
| HSL | hsl(2, 98%, 65%) |
| CMYK | cmyk(0%, 66%, 69%, 1%) |
| LAB | lab(59.8 63.3 39.3) |
| LCH | lch(59.8 74.5 31.8) |
| OKLCH | oklch(0.678 0.205 26.2) |
Copy-ready code
/* CSS */
color: #fd554f;
background-color: #fd554f;
/* Tailwind (arbitrary) */
class="text-[#fd554f] bg-[#fd554f]"
/* SCSS */
$brand: #fd554f;
/* SwiftUI */
Color(red: 0.992, green: 0.333, blue: 0.310)
/* Android */
Color.parseColor("#fd554f")Accessibility — WCAG contrast
Aa
#fd554f on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd554f on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow68.8%
Key (black)0.8%
Color previews
#fd554f text on a black background
contrast 6.59:1
Card sample
#fd554f text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd554f;
Background color
Panel with #fd554f background
background-color: #fd554f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd554f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 85, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 85, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd554f; background: linear-gradient(135deg, #fd554f, #FDC94F);