#ff404c
a balanced, electric red · warm · closest name: crimson
RGB
255, 64, 76
HSL
356°, 100%, 63%
CMYK
0, 75, 70, 0
Luminance
0.2545
Every format
| HEX | #ff404c |
| RGB | rgb(255, 64, 76) |
| HSL | hsl(356, 100%, 63%) |
| CMYK | cmyk(0%, 75%, 70%, 0%) |
| LAB | lab(57.5 71.0 38.3) |
| LCH | lch(57.5 80.7 28.3) |
| OKLCH | oklch(0.661 0.226 22.9) |
Copy-ready code
/* CSS */
color: #ff404c;
background-color: #ff404c;
/* Tailwind (arbitrary) */
class="text-[#ff404c] bg-[#ff404c]"
/* SCSS */
$brand: #ff404c;
/* SwiftUI */
Color(red: 1.000, green: 0.251, blue: 0.298)
/* Android */
Color.parseColor("#ff404c")Accessibility — WCAG contrast
Aa
#ff404c on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff404c on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow70.2%
Key (black)0.0%
Color previews
#ff404c text on a black background
contrast 6.09:1
Card sample
#ff404c text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff404c;
Background color
Panel with #ff404c background
background-color: #ff404c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff404c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 64, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 64, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff404c; background: linear-gradient(135deg, #ff404c, #FFB340);