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