#fe1321
a balanced, electric red · warm · closest name: red
RGB
254, 19, 33
HSL
356°, 99%, 54%
CMYK
0, 93, 87, 0
Luminance
0.2165
Every format
| HEX | #fe1321 |
| RGB | rgb(254, 19, 33) |
| HSL | hsl(356, 99%, 54%) |
| CMYK | cmyk(0%, 93%, 87%, 0%) |
| LAB | lab(53.7 78.7 56.9) |
| LCH | lch(53.7 97.1 35.8) |
| OKLCH | oklch(0.631 0.252 27.2) |
Copy-ready code
/* CSS */
color: #fe1321;
background-color: #fe1321;
/* Tailwind (arbitrary) */
class="text-[#fe1321] bg-[#fe1321]"
/* SCSS */
$brand: #fe1321;
/* SwiftUI */
Color(red: 0.996, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#fe1321")Accessibility — WCAG contrast
Aa
#fe1321 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe1321 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow87.0%
Key (black)0.4%
Color previews
#fe1321 text on a black background
contrast 5.33:1
Card sample
#fe1321 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe1321;
Background color
Panel with #fe1321 background
background-color: #fe1321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe1321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe1321; background: linear-gradient(135deg, #fe1321, #FEA213);