#f53921
a balanced, electric red · warm · closest name: red
RGB
245, 57, 33
HSL
7°, 91%, 55%
CMYK
0, 77, 87, 4
Luminance
0.2245
Every format
| HEX | #f53921 |
| RGB | rgb(245, 57, 33) |
| HSL | hsl(7, 91%, 55%) |
| CMYK | cmyk(0%, 77%, 87%, 4%) |
| LAB | lab(54.5 68.9 56.8) |
| LCH | lch(54.5 89.3 39.5) |
| OKLCH | oklch(0.634 0.226 30.9) |
Copy-ready code
/* CSS */
color: #f53921;
background-color: #f53921;
/* Tailwind (arbitrary) */
class="text-[#f53921] bg-[#f53921]"
/* SCSS */
$brand: #f53921;
/* SwiftUI */
Color(red: 0.961, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#f53921")Accessibility — WCAG contrast
Aa
#f53921 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53921 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow86.5%
Key (black)3.9%
Color previews
#f53921 text on a black background
contrast 5.49:1
Card sample
#f53921 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53921;
Background color
Panel with #f53921 background
background-color: #f53921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53921; background: linear-gradient(135deg, #f53921, #F5C621);