#fd2c4a
a balanced, electric red · warm · closest name: crimson
RGB
253, 44, 74
HSL
351°, 98%, 58%
CMYK
0, 83, 71, 1
Luminance
0.2318
Every format
| HEX | #fd2c4a |
| RGB | rgb(253, 44, 74) |
| HSL | hsl(351, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 71%, 1%) |
| LAB | lab(55.3 75.6 36.7) |
| LCH | lch(55.3 84.1 25.9) |
| OKLCH | oklch(0.644 0.237 20.7) |
Copy-ready code
/* CSS */
color: #fd2c4a;
background-color: #fd2c4a;
/* Tailwind (arbitrary) */
class="text-[#fd2c4a] bg-[#fd2c4a]"
/* SCSS */
$brand: #fd2c4a;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.290)
/* Android */
Color.parseColor("#fd2c4a")Accessibility — WCAG contrast
Aa
#fd2c4a on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2c4a on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow70.8%
Key (black)0.8%
Color previews
#fd2c4a text on a black background
contrast 5.64:1
Card sample
#fd2c4a text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2c4a;
Background color
Panel with #fd2c4a background
background-color: #fd2c4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2c4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2c4a; background: linear-gradient(135deg, #fd2c4a, #FD992C);