#fd1f21
a balanced, electric red · warm · closest name: red
RGB
253, 31, 33
HSL
360°, 98%, 56%
CMYK
0, 88, 87, 1
Luminance
0.2197
Every format
| HEX | #fd1f21 |
| RGB | rgb(253, 31, 33) |
| HSL | hsl(360, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 87%, 1%) |
| LAB | lab(54.0 76.9 57.1) |
| LCH | lch(54.0 95.8 36.6) |
| OKLCH | oklch(0.633 0.247 27.9) |
Copy-ready code
/* CSS */
color: #fd1f21;
background-color: #fd1f21;
/* Tailwind (arbitrary) */
class="text-[#fd1f21] bg-[#fd1f21]"
/* SCSS */
$brand: #fd1f21;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.129)
/* Android */
Color.parseColor("#fd1f21")Accessibility — WCAG contrast
Aa
#fd1f21 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1f21 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow87.0%
Key (black)0.8%
Color previews
#fd1f21 text on a black background
contrast 5.39:1
Card sample
#fd1f21 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1f21;
Background color
Panel with #fd1f21 background
background-color: #fd1f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1f21; background: linear-gradient(135deg, #fd1f21, #FDB11F);