#fd404c
a balanced, electric red · warm · closest name: crimson
RGB
253, 64, 76
HSL
356°, 98%, 62%
CMYK
0, 75, 70, 1
Luminance
0.2507
Every format
| HEX | #fd404c |
| RGB | rgb(253, 64, 76) |
| HSL | hsl(356, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 70%, 1%) |
| LAB | lab(57.1 70.5 37.8) |
| LCH | lch(57.1 80.0 28.2) |
| OKLCH | oklch(0.658 0.224 22.8) |
Copy-ready code
/* CSS */
color: #fd404c;
background-color: #fd404c;
/* Tailwind (arbitrary) */
class="text-[#fd404c] bg-[#fd404c]"
/* SCSS */
$brand: #fd404c;
/* SwiftUI */
Color(red: 0.992, green: 0.251, blue: 0.298)
/* Android */
Color.parseColor("#fd404c")Accessibility — WCAG contrast
Aa
#fd404c on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd404c on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow70.0%
Key (black)0.8%
Color previews
#fd404c text on a black background
contrast 6.01:1
Card sample
#fd404c text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd404c;
Background color
Panel with #fd404c background
background-color: #fd404c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd404c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 64, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 64, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd404c; background: linear-gradient(135deg, #fd404c, #FDB240);