#f53421
a balanced, electric red · warm · closest name: red
RGB
245, 52, 33
HSL
5°, 91%, 55%
CMYK
0, 79, 87, 4
Luminance
0.2198
Every format
| HEX | #f53421 |
| RGB | rgb(245, 52, 33) |
| HSL | hsl(5, 91%, 55%) |
| CMYK | cmyk(0%, 79%, 87%, 4%) |
| LAB | lab(54.0 70.3 56.4) |
| LCH | lch(54.0 90.1 38.7) |
| OKLCH | oklch(0.631 0.229 30.2) |
Copy-ready code
/* CSS */
color: #f53421;
background-color: #f53421;
/* Tailwind (arbitrary) */
class="text-[#f53421] bg-[#f53421]"
/* SCSS */
$brand: #f53421;
/* SwiftUI */
Color(red: 0.961, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#f53421")Accessibility — WCAG contrast
Aa
#f53421 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53421 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow86.5%
Key (black)3.9%
Color previews
#f53421 text on a black background
contrast 5.40:1
Card sample
#f53421 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53421;
Background color
Panel with #f53421 background
background-color: #f53421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53421; background: linear-gradient(135deg, #f53421, #F5C121);