#fd405f
a balanced, electric red · warm · closest name: crimson
RGB
253, 64, 95
HSL
350°, 98%, 62%
CMYK
0, 75, 63, 1
Luminance
0.2538
Every format
| HEX | #fd405f |
| RGB | rgb(253, 64, 95) |
| HSL | hsl(350, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 63%, 1%) |
| LAB | lab(57.5 71.4 27.2) |
| LCH | lch(57.5 76.4 20.8) |
| OKLCH | oklch(0.661 0.223 17.1) |
Copy-ready code
/* CSS */
color: #fd405f;
background-color: #fd405f;
/* Tailwind (arbitrary) */
class="text-[#fd405f] bg-[#fd405f]"
/* SCSS */
$brand: #fd405f;
/* SwiftUI */
Color(red: 0.992, green: 0.251, blue: 0.373)
/* Android */
Color.parseColor("#fd405f")Accessibility — WCAG contrast
Aa
#fd405f on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd405f on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow62.5%
Key (black)0.8%
Color previews
#fd405f text on a black background
contrast 6.08:1
Card sample
#fd405f text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd405f;
Background color
Panel with #fd405f background
background-color: #fd405f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd405f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 64, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 64, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd405f; background: linear-gradient(135deg, #fd405f, #FD9F40);