#fe2221
a balanced, electric red · warm · closest name: red
RGB
254, 34, 33
HSL
0°, 99%, 56%
CMYK
0, 87, 87, 0
Luminance
0.2232
Every format
| HEX | #fe2221 |
| RGB | rgb(254, 34, 33) |
| HSL | hsl(0, 99%, 56%) |
| CMYK | cmyk(0%, 87%, 87%, 0%) |
| LAB | lab(54.4 76.7 57.4) |
| LCH | lch(54.4 95.8 36.8) |
| OKLCH | oklch(0.636 0.247 28.2) |
Copy-ready code
/* CSS */
color: #fe2221;
background-color: #fe2221;
/* Tailwind (arbitrary) */
class="text-[#fe2221] bg-[#fe2221]"
/* SCSS */
$brand: #fe2221;
/* SwiftUI */
Color(red: 0.996, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#fe2221")Accessibility — WCAG contrast
Aa
#fe2221 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2221 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow87.0%
Key (black)0.4%
Color previews
#fe2221 text on a black background
contrast 5.46:1
Card sample
#fe2221 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2221;
Background color
Panel with #fe2221 background
background-color: #fe2221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2221; background: linear-gradient(135deg, #fe2221, #FEB521);