#fe3913
a balanced, electric red · warm · closest name: red
RGB
254, 57, 19
HSL
10°, 99%, 54%
CMYK
0, 78, 93, 0
Luminance
0.2404
Every format
| HEX | #fe3913 |
| RGB | rgb(254, 57, 19) |
| HSL | hsl(10, 99%, 54%) |
| CMYK | cmyk(0%, 78%, 93%, 0%) |
| LAB | lab(56.1 71.3 63.8) |
| LCH | lch(56.1 95.7 41.8) |
| OKLCH | oklch(0.649 0.235 32.3) |
Copy-ready code
/* CSS */
color: #fe3913;
background-color: #fe3913;
/* Tailwind (arbitrary) */
class="text-[#fe3913] bg-[#fe3913]"
/* SCSS */
$brand: #fe3913;
/* SwiftUI */
Color(red: 0.996, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#fe3913")Accessibility — WCAG contrast
Aa
#fe3913 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe3913 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green22.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow92.5%
Key (black)0.4%
Color previews
#fe3913 text on a black background
contrast 5.81:1
Card sample
#fe3913 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe3913;
Background color
Panel with #fe3913 background
background-color: #fe3913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe3913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe3913; background: linear-gradient(135deg, #fe3913, #FED613);