#f71908
a balanced, electric red · warm · closest name: red
RGB
247, 25, 8
HSL
4°, 94%, 50%
CMYK
0, 90, 97, 3
Luminance
0.2049
Every format
| HEX | #f71908 |
| RGB | rgb(247, 25, 8) |
| HSL | hsl(4, 94%, 50%) |
| CMYK | cmyk(0%, 90%, 97%, 3%) |
| LAB | lab(52.4 76.0 63.9) |
| LCH | lch(52.4 99.3 40.1) |
| OKLCH | oklch(0.619 0.246 29.8) |
Copy-ready code
/* CSS */
color: #f71908;
background-color: #f71908;
/* Tailwind (arbitrary) */
class="text-[#f71908] bg-[#f71908]"
/* SCSS */
$brand: #f71908;
/* SwiftUI */
Color(red: 0.969, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#f71908")Accessibility — WCAG contrast
Aa
#f71908 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71908 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow96.8%
Key (black)3.1%
Color previews
#f71908 text on a black background
contrast 5.10:1
Card sample
#f71908 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71908;
Background color
Panel with #f71908 background
background-color: #f71908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71908; background: linear-gradient(135deg, #f71908, #F7B808);