#fd604f
a light, electric red · warm · closest name: tomato
RGB
253, 96, 79
HSL
6°, 98%, 65%
CMYK
0, 62, 69, 1
Luminance
0.2981
Every format
| HEX | #fd604f |
| RGB | rgb(253, 96, 79) |
| HSL | hsl(6, 98%, 65%) |
| CMYK | cmyk(0%, 62%, 69%, 1%) |
| LAB | lab(61.5 58.8 41.3) |
| LCH | lch(61.5 71.8 35.0) |
| OKLCH | oklch(0.691 0.195 29.2) |
Copy-ready code
/* CSS */
color: #fd604f;
background-color: #fd604f;
/* Tailwind (arbitrary) */
class="text-[#fd604f] bg-[#fd604f]"
/* SCSS */
$brand: #fd604f;
/* SwiftUI */
Color(red: 0.992, green: 0.376, blue: 0.310)
/* Android */
Color.parseColor("#fd604f")Accessibility — WCAG contrast
Aa
#fd604f on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd604f on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green37.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow68.8%
Key (black)0.8%
Color previews
#fd604f text on a black background
contrast 6.96:1
Card sample
#fd604f text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd604f;
Background color
Panel with #fd604f background
background-color: #fd604f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd604f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 96, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 96, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd604f; background: linear-gradient(135deg, #fd604f, #FDD44F);