#f73608
a balanced, electric red · warm · closest name: red
RGB
247, 54, 8
HSL
12°, 94%, 50%
CMYK
0, 78, 97, 3
Luminance
0.2243
Every format
| HEX | #f73608 |
| RGB | rgb(247, 54, 8) |
| HSL | hsl(12, 94%, 50%) |
| CMYK | cmyk(0%, 78%, 97%, 3%) |
| LAB | lab(54.5 70.0 64.9) |
| LCH | lch(54.5 95.5 42.8) |
| OKLCH | oklch(0.634 0.232 32.8) |
Copy-ready code
/* CSS */
color: #f73608;
background-color: #f73608;
/* Tailwind (arbitrary) */
class="text-[#f73608] bg-[#f73608]"
/* SCSS */
$brand: #f73608;
/* SwiftUI */
Color(red: 0.969, green: 0.212, blue: 0.031)
/* Android */
Color.parseColor("#f73608")Accessibility — WCAG contrast
Aa
#f73608 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73608 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green21.2%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow96.8%
Key (black)3.1%
Color previews
#f73608 text on a black background
contrast 5.49:1
Card sample
#f73608 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73608;
Background color
Panel with #f73608 background
background-color: #f73608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 54, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 54, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73608; background: linear-gradient(135deg, #f73608, #F7D508);