#fd415c
a balanced, electric red · warm · closest name: crimson
RGB
253, 65, 92
HSL
351°, 98%, 62%
CMYK
0, 74, 64, 1
Luminance
0.2544
Every format
| HEX | #fd415c |
| RGB | rgb(253, 65, 92) |
| HSL | hsl(351, 98%, 62%) |
| CMYK | cmyk(0%, 74%, 64%, 1%) |
| LAB | lab(57.5 70.9 29.0) |
| LCH | lch(57.5 76.6 22.2) |
| OKLCH | oklch(0.661 0.222 18.2) |
Copy-ready code
/* CSS */
color: #fd415c;
background-color: #fd415c;
/* Tailwind (arbitrary) */
class="text-[#fd415c] bg-[#fd415c]"
/* SCSS */
$brand: #fd415c;
/* SwiftUI */
Color(red: 0.992, green: 0.255, blue: 0.361)
/* Android */
Color.parseColor("#fd415c")Accessibility — WCAG contrast
Aa
#fd415c on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd415c on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow63.6%
Key (black)0.8%
Color previews
#fd415c text on a black background
contrast 6.09:1
Card sample
#fd415c text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd415c;
Background color
Panel with #fd415c background
background-color: #fd415c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd415c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 65, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 65, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd415c; background: linear-gradient(135deg, #fd415c, #FDA441);