#f53708
a balanced, electric red · warm · closest name: red
RGB
245, 55, 8
HSL
12°, 94%, 50%
CMYK
0, 78, 97, 4
Luminance
0.2216
Every format
| HEX | #f53708 |
| RGB | rgb(245, 55, 8) |
| HSL | hsl(12, 94%, 50%) |
| CMYK | cmyk(0%, 78%, 97%, 4%) |
| LAB | lab(54.2 69.2 64.6) |
| LCH | lch(54.2 94.6 43.0) |
| OKLCH | oklch(0.632 0.229 33.1) |
Copy-ready code
/* CSS */
color: #f53708;
background-color: #f53708;
/* Tailwind (arbitrary) */
class="text-[#f53708] bg-[#f53708]"
/* SCSS */
$brand: #f53708;
/* SwiftUI */
Color(red: 0.961, green: 0.216, blue: 0.031)
/* Android */
Color.parseColor("#f53708")Accessibility — WCAG contrast
Aa
#f53708 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53708 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green21.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow96.7%
Key (black)3.9%
Color previews
#f53708 text on a black background
contrast 5.43:1
Card sample
#f53708 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53708;
Background color
Panel with #f53708 background
background-color: #f53708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 55, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 55, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53708; background: linear-gradient(135deg, #f53708, #F5D508);