#f84a13
a balanced, electric red · warm · closest name: red
RGB
248, 74, 19
HSL
14°, 94%, 52%
CMYK
0, 70, 92, 3
Luminance
0.2490
Every format
| HEX | #f84a13 |
| RGB | rgb(248, 74, 19) |
| HSL | hsl(14, 94%, 52%) |
| CMYK | cmyk(0%, 70%, 92%, 3%) |
| LAB | lab(57.0 64.1 63.8) |
| LCH | lch(57.0 90.4 44.9) |
| OKLCH | oklch(0.654 0.218 35.6) |
Copy-ready code
/* CSS */
color: #f84a13;
background-color: #f84a13;
/* Tailwind (arbitrary) */
class="text-[#f84a13] bg-[#f84a13]"
/* SCSS */
$brand: #f84a13;
/* SwiftUI */
Color(red: 0.973, green: 0.290, blue: 0.075)
/* Android */
Color.parseColor("#f84a13")Accessibility — WCAG contrast
Aa
#f84a13 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f84a13 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green29.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow92.3%
Key (black)2.7%
Color previews
#f84a13 text on a black background
contrast 5.98:1
Card sample
#f84a13 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84a13;
Background color
Panel with #f84a13 background
background-color: #f84a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 74, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 74, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84a13; background: linear-gradient(135deg, #f84a13, #F8E313);