#f84313
a balanced, electric red · warm · closest name: red
RGB
248, 67, 19
HSL
13°, 94%, 52%
CMYK
0, 73, 92, 3
Luminance
0.2402
Every format
| HEX | #f84313 |
| RGB | rgb(248, 67, 19) |
| HSL | hsl(13, 94%, 52%) |
| CMYK | cmyk(0%, 73%, 92%, 3%) |
| LAB | lab(56.1 66.5 63.2) |
| LCH | lch(56.1 91.8 43.6) |
| OKLCH | oklch(0.647 0.223 34.2) |
Copy-ready code
/* CSS */
color: #f84313;
background-color: #f84313;
/* Tailwind (arbitrary) */
class="text-[#f84313] bg-[#f84313]"
/* SCSS */
$brand: #f84313;
/* SwiftUI */
Color(red: 0.973, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#f84313")Accessibility — WCAG contrast
Aa
#f84313 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f84313 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green26.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow92.3%
Key (black)2.7%
Color previews
#f84313 text on a black background
contrast 5.80:1
Card sample
#f84313 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84313;
Background color
Panel with #f84313 background
background-color: #f84313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84313; background: linear-gradient(135deg, #f84313, #F8DC13);