#fd1f49
a balanced, electric red · warm · closest name: crimson
RGB
253, 31, 73
HSL
349°, 98%, 56%
CMYK
0, 88, 71, 1
Luminance
0.2234
Every format
| HEX | #fd1f49 |
| RGB | rgb(253, 31, 73) |
| HSL | hsl(349, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 71%, 1%) |
| LAB | lab(54.4 78.0 36.3) |
| LCH | lch(54.4 86.0 24.9) |
| OKLCH | oklch(0.637 0.244 19.8) |
Copy-ready code
/* CSS */
color: #fd1f49;
background-color: #fd1f49;
/* Tailwind (arbitrary) */
class="text-[#fd1f49] bg-[#fd1f49]"
/* SCSS */
$brand: #fd1f49;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.286)
/* Android */
Color.parseColor("#fd1f49")Accessibility — WCAG contrast
Aa
#fd1f49 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1f49 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow71.1%
Key (black)0.8%
Color previews
#fd1f49 text on a black background
contrast 5.47:1
Card sample
#fd1f49 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1f49;
Background color
Panel with #fd1f49 background
background-color: #fd1f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1f49; background: linear-gradient(135deg, #fd1f49, #FD891F);