#fe2d2f
a balanced, electric red · warm · closest name: red
RGB
254, 45, 47
HSL
359°, 99%, 59%
CMYK
0, 82, 82, 0
Luminance
0.2315
Every format
| HEX | #fe2d2f |
| RGB | rgb(254, 45, 47) |
| HSL | hsl(359, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 82%, 0%) |
| LAB | lab(55.2 74.8 51.5) |
| LCH | lch(55.2 90.8 34.6) |
| OKLCH | oklch(0.643 0.240 27.0) |
Copy-ready code
/* CSS */
color: #fe2d2f;
background-color: #fe2d2f;
/* Tailwind (arbitrary) */
class="text-[#fe2d2f] bg-[#fe2d2f]"
/* SCSS */
$brand: #fe2d2f;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.184)
/* Android */
Color.parseColor("#fe2d2f")Accessibility — WCAG contrast
Aa
#fe2d2f on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2d2f on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow81.5%
Key (black)0.4%
Color previews
#fe2d2f text on a black background
contrast 5.63:1
Card sample
#fe2d2f text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2d2f;
Background color
Panel with #fe2d2f background
background-color: #fe2d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2d2f; background: linear-gradient(135deg, #fe2d2f, #FEB62D);