#fd2e4f
a balanced, electric red · warm · closest name: crimson
RGB
253, 46, 79
HSL
350°, 98%, 59%
CMYK
0, 82, 69, 1
Luminance
0.2340
Every format
| HEX | #fd2e4f |
| RGB | rgb(253, 46, 79) |
| HSL | hsl(350, 98%, 59%) |
| CMYK | cmyk(0%, 82%, 69%, 1%) |
| LAB | lab(55.5 75.4 34.1) |
| LCH | lch(55.5 82.7 24.3) |
| OKLCH | oklch(0.646 0.236 19.6) |
Copy-ready code
/* CSS */
color: #fd2e4f;
background-color: #fd2e4f;
/* Tailwind (arbitrary) */
class="text-[#fd2e4f] bg-[#fd2e4f]"
/* SCSS */
$brand: #fd2e4f;
/* SwiftUI */
Color(red: 0.992, green: 0.180, blue: 0.310)
/* Android */
Color.parseColor("#fd2e4f")Accessibility — WCAG contrast
Aa
#fd2e4f on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2e4f on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow68.8%
Key (black)0.8%
Color previews
#fd2e4f text on a black background
contrast 5.68:1
Card sample
#fd2e4f text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2e4f;
Background color
Panel with #fd2e4f background
background-color: #fd2e4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2e4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 46, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 46, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2e4f; background: linear-gradient(135deg, #fd2e4f, #FD972E);