#f53021
a balanced, electric red · warm · closest name: red
RGB
245, 48, 33
HSL
4°, 91%, 55%
CMYK
0, 80, 87, 4
Luminance
0.2164
Every format
| HEX | #f53021 |
| RGB | rgb(245, 48, 33) |
| HSL | hsl(4, 91%, 55%) |
| CMYK | cmyk(0%, 80%, 87%, 4%) |
| LAB | lab(53.6 71.3 56.1) |
| LCH | lch(53.6 90.8 38.2) |
| OKLCH | oklch(0.628 0.232 29.6) |
Copy-ready code
/* CSS */
color: #f53021;
background-color: #f53021;
/* Tailwind (arbitrary) */
class="text-[#f53021] bg-[#f53021]"
/* SCSS */
$brand: #f53021;
/* SwiftUI */
Color(red: 0.961, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#f53021")Accessibility — WCAG contrast
Aa
#f53021 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53021 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow86.5%
Key (black)3.9%
Color previews
#f53021 text on a black background
contrast 5.33:1
Card sample
#f53021 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53021;
Background color
Panel with #f53021 background
background-color: #f53021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53021; background: linear-gradient(135deg, #f53021, #F5BD21);