#f53721
a balanced, electric red · warm · closest name: red
RGB
245, 55, 33
HSL
6°, 91%, 55%
CMYK
0, 78, 87, 4
Luminance
0.2225
Every format
| HEX | #f53721 |
| RGB | rgb(245, 55, 33) |
| HSL | hsl(6, 91%, 55%) |
| CMYK | cmyk(0%, 78%, 87%, 4%) |
| LAB | lab(54.3 69.5 56.6) |
| LCH | lch(54.3 89.6 39.2) |
| OKLCH | oklch(0.633 0.228 30.6) |
Copy-ready code
/* CSS */
color: #f53721;
background-color: #f53721;
/* Tailwind (arbitrary) */
class="text-[#f53721] bg-[#f53721]"
/* SCSS */
$brand: #f53721;
/* SwiftUI */
Color(red: 0.961, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#f53721")Accessibility — WCAG contrast
Aa
#f53721 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53721 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow86.5%
Key (black)3.9%
Color previews
#f53721 text on a black background
contrast 5.45:1
Card sample
#f53721 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53721;
Background color
Panel with #f53721 background
background-color: #f53721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53721; background: linear-gradient(135deg, #f53721, #F5C421);