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