#fd071f
a balanced, electric red · warm · closest name: red
RGB
253, 7, 31
HSL
354°, 98%, 51%
CMYK
0, 97, 88, 1
Luminance
0.2113
Every format
| HEX | #fd071f |
| RGB | rgb(253, 7, 31) |
| HSL | hsl(354, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 88%, 1%) |
| LAB | lab(53.1 79.4 57.3) |
| LCH | lch(53.1 97.9 35.8) |
| OKLCH | oklch(0.627 0.254 27.0) |
Copy-ready code
/* CSS */
color: #fd071f;
background-color: #fd071f;
/* Tailwind (arbitrary) */
class="text-[#fd071f] bg-[#fd071f]"
/* SCSS */
$brand: #fd071f;
/* SwiftUI */
Color(red: 0.992, green: 0.027, blue: 0.122)
/* Android */
Color.parseColor("#fd071f")Accessibility — WCAG contrast
Aa
#fd071f on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd071f on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow87.7%
Key (black)0.8%
Color previews
#fd071f text on a black background
contrast 5.23:1
Card sample
#fd071f text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd071f;
Background color
Panel with #fd071f background
background-color: #fd071f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd071f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 7, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 7, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd071f; background: linear-gradient(135deg, #fd071f, #FD9307);