#f13708
a balanced, electric red · warm · closest name: red
RGB
241, 55, 8
HSL
12°, 94%, 49%
CMYK
0, 77, 97, 6
Luminance
0.2145
Every format
| HEX | #f13708 |
| RGB | rgb(241, 55, 8) |
| HSL | hsl(12, 94%, 49%) |
| CMYK | cmyk(0%, 77%, 97%, 6%) |
| LAB | lab(53.5 68.0 63.8) |
| LCH | lch(53.5 93.2 43.2) |
| OKLCH | oklch(0.625 0.226 33.2) |
Copy-ready code
/* CSS */
color: #f13708;
background-color: #f13708;
/* Tailwind (arbitrary) */
class="text-[#f13708] bg-[#f13708]"
/* SCSS */
$brand: #f13708;
/* SwiftUI */
Color(red: 0.945, green: 0.216, blue: 0.031)
/* Android */
Color.parseColor("#f13708")Accessibility — WCAG contrast
Aa
#f13708 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13708 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green21.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow96.7%
Key (black)5.5%
Color previews
#f13708 text on a black background
contrast 5.29:1
Card sample
#f13708 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13708;
Background color
Panel with #f13708 background
background-color: #f13708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 55, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 55, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13708; background: linear-gradient(135deg, #f13708, #F1D208);