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