#fd031f
a balanced, electric red · warm · closest name: red
RGB
253, 3, 31
HSL
353°, 98%, 50%
CMYK
0, 99, 88, 1
Luminance
0.2105
Every format
| HEX | #fd031f |
| RGB | rgb(253, 3, 31) |
| HSL | hsl(353, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 88%, 1%) |
| LAB | lab(53.0 79.7 57.2) |
| LCH | lch(53.0 98.1 35.7) |
| OKLCH | oklch(0.626 0.254 26.9) |
Copy-ready code
/* CSS */
color: #fd031f;
background-color: #fd031f;
/* Tailwind (arbitrary) */
class="text-[#fd031f] bg-[#fd031f]"
/* SCSS */
$brand: #fd031f;
/* SwiftUI */
Color(red: 0.992, green: 0.012, blue: 0.122)
/* Android */
Color.parseColor("#fd031f")Accessibility — WCAG contrast
Aa
#fd031f on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd031f on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green1.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow87.7%
Key (black)0.8%
Color previews
#fd031f text on a black background
contrast 5.21:1
Card sample
#fd031f text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd031f;
Background color
Panel with #fd031f background
background-color: #fd031f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd031f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 3, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 3, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd031f; background: linear-gradient(135deg, #fd031f, #FD8E03);