#fd072f
a balanced, electric red · warm · closest name: red
RGB
253, 7, 47
HSL
350°, 98%, 51%
CMYK
0, 97, 81, 1
Luminance
0.2124
Every format
| HEX | #fd072f |
| RGB | rgb(253, 7, 47) |
| HSL | hsl(350, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 81%, 1%) |
| LAB | lab(53.2 79.8 49.6) |
| LCH | lch(53.2 93.9 31.9) |
| OKLCH | oklch(0.628 0.252 24.5) |
Copy-ready code
/* CSS */
color: #fd072f;
background-color: #fd072f;
/* Tailwind (arbitrary) */
class="text-[#fd072f] bg-[#fd072f]"
/* SCSS */
$brand: #fd072f;
/* SwiftUI */
Color(red: 0.992, green: 0.027, blue: 0.184)
/* Android */
Color.parseColor("#fd072f")Accessibility — WCAG contrast
Aa
#fd072f on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd072f on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow81.4%
Key (black)0.8%
Color previews
#fd072f text on a black background
contrast 5.25:1
Card sample
#fd072f text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd072f;
Background color
Panel with #fd072f background
background-color: #fd072f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd072f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 7, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 7, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd072f; background: linear-gradient(135deg, #fd072f, #FD8307);