#fd2a21
a balanced, electric red · warm · closest name: red
RGB
253, 42, 33
HSL
3°, 98%, 56%
CMYK
0, 83, 87, 1
Luminance
0.2265
Every format
| HEX | #fd2a21 |
| RGB | rgb(253, 42, 33) |
| HSL | hsl(3, 98%, 56%) |
| CMYK | cmyk(0%, 83%, 87%, 1%) |
| LAB | lab(54.7 74.9 57.6) |
| LCH | lch(54.7 94.5 37.6) |
| OKLCH | oklch(0.638 0.242 28.9) |
Copy-ready code
/* CSS */
color: #fd2a21;
background-color: #fd2a21;
/* Tailwind (arbitrary) */
class="text-[#fd2a21] bg-[#fd2a21]"
/* SCSS */
$brand: #fd2a21;
/* SwiftUI */
Color(red: 0.992, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#fd2a21")Accessibility — WCAG contrast
Aa
#fd2a21 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2a21 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow87.0%
Key (black)0.8%
Color previews
#fd2a21 text on a black background
contrast 5.53:1
Card sample
#fd2a21 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2a21;
Background color
Panel with #fd2a21 background
background-color: #fd2a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2a21; background: linear-gradient(135deg, #fd2a21, #FDBD21);