#fe2e2c
a balanced, electric red · warm · closest name: red
RGB
254, 46, 44
HSL
1°, 99%, 58%
CMYK
0, 82, 83, 0
Luminance
0.2321
Every format
| HEX | #fe2e2c |
| RGB | rgb(254, 46, 44) |
| HSL | hsl(1, 99%, 58%) |
| CMYK | cmyk(0%, 82%, 83%, 0%) |
| LAB | lab(55.3 74.5 53.1) |
| LCH | lch(55.3 91.5 35.5) |
| OKLCH | oklch(0.643 0.240 27.6) |
Copy-ready code
/* CSS */
color: #fe2e2c;
background-color: #fe2e2c;
/* Tailwind (arbitrary) */
class="text-[#fe2e2c] bg-[#fe2e2c]"
/* SCSS */
$brand: #fe2e2c;
/* SwiftUI */
Color(red: 0.996, green: 0.180, blue: 0.173)
/* Android */
Color.parseColor("#fe2e2c")Accessibility — WCAG contrast
Aa
#fe2e2c on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2e2c on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green18.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow82.7%
Key (black)0.4%
Color previews
#fe2e2c text on a black background
contrast 5.64:1
Card sample
#fe2e2c text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2e2c;
Background color
Panel with #fe2e2c background
background-color: #fe2e2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2e2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 46, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 46, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2e2c; background: linear-gradient(135deg, #fe2e2c, #FEBA2C);