#f8341c
a balanced, electric red · warm · closest name: red
RGB
248, 52, 28
HSL
7°, 94%, 54%
CMYK
0, 79, 89, 3
Luminance
0.2250
Every format
| HEX | #f8341c |
| RGB | rgb(248, 52, 28) |
| HSL | hsl(7, 94%, 54%) |
| CMYK | cmyk(0%, 79%, 89%, 3%) |
| LAB | lab(54.6 71.0 59.1) |
| LCH | lch(54.6 92.4 39.8) |
| OKLCH | oklch(0.636 0.233 30.8) |
Copy-ready code
/* CSS */
color: #f8341c;
background-color: #f8341c;
/* Tailwind (arbitrary) */
class="text-[#f8341c] bg-[#f8341c]"
/* SCSS */
$brand: #f8341c;
/* SwiftUI */
Color(red: 0.973, green: 0.204, blue: 0.110)
/* Android */
Color.parseColor("#f8341c")Accessibility — WCAG contrast
Aa
#f8341c on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f8341c on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green20.4%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta79.0%
Yellow88.7%
Key (black)2.7%
Color previews
#f8341c text on a black background
contrast 5.50:1
Card sample
#f8341c text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8341c;
Background color
Panel with #f8341c background
background-color: #f8341c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8341c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 52, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 52, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8341c; background: linear-gradient(135deg, #f8341c, #F8C61C);