#fd142f
a balanced, electric red · warm · closest name: red
RGB
253, 20, 47
HSL
353°, 98%, 54%
CMYK
0, 92, 81, 1
Luminance
0.2159
Every format
| HEX | #fd142f |
| RGB | rgb(253, 20, 47) |
| HSL | hsl(353, 98%, 54%) |
| CMYK | cmyk(0%, 92%, 81%, 1%) |
| LAB | lab(53.6 78.7 49.9) |
| LCH | lch(53.6 93.2 32.4) |
| OKLCH | oklch(0.631 0.250 25.0) |
Copy-ready code
/* CSS */
color: #fd142f;
background-color: #fd142f;
/* Tailwind (arbitrary) */
class="text-[#fd142f] bg-[#fd142f]"
/* SCSS */
$brand: #fd142f;
/* SwiftUI */
Color(red: 0.992, green: 0.078, blue: 0.184)
/* Android */
Color.parseColor("#fd142f")Accessibility — WCAG contrast
Aa
#fd142f on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd142f on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow81.4%
Key (black)0.8%
Color previews
#fd142f text on a black background
contrast 5.32:1
Card sample
#fd142f text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd142f;
Background color
Panel with #fd142f background
background-color: #fd142f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd142f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 20, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 20, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd142f; background: linear-gradient(135deg, #fd142f, #FD9414);