#fe112b
a balanced, electric red · warm · closest name: red
RGB
254, 17, 43
HSL
353°, 99%, 53%
CMYK
0, 93, 83, 0
Luminance
0.2165
Every format
| HEX | #fe112b |
| RGB | rgb(254, 17, 43) |
| HSL | hsl(353, 99%, 53%) |
| CMYK | cmyk(0%, 93%, 83%, 0%) |
| LAB | lab(53.7 79.1 52.1) |
| LCH | lch(53.7 94.7 33.4) |
| OKLCH | oklch(0.631 0.251 25.6) |
Copy-ready code
/* CSS */
color: #fe112b;
background-color: #fe112b;
/* Tailwind (arbitrary) */
class="text-[#fe112b] bg-[#fe112b]"
/* SCSS */
$brand: #fe112b;
/* SwiftUI */
Color(red: 0.996, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#fe112b")Accessibility — WCAG contrast
Aa
#fe112b on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe112b on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow83.1%
Key (black)0.4%
Color previews
#fe112b text on a black background
contrast 5.33:1
Card sample
#fe112b text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe112b;
Background color
Panel with #fe112b background
background-color: #fe112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe112b; background: linear-gradient(135deg, #fe112b, #FE9511);