#f84a2d
a balanced, electric red · warm · closest name: tomato
RGB
248, 74, 45
HSL
9°, 94%, 58%
CMYK
0, 70, 82, 3
Luminance
0.2504
Every format
| HEX | #f84a2d |
| RGB | rgb(248, 74, 45) |
| HSL | hsl(9, 94%, 58%) |
| CMYK | cmyk(0%, 70%, 82%, 3%) |
| LAB | lab(57.1 64.5 53.9) |
| LCH | lch(57.1 84.1 39.8) |
| OKLCH | oklch(0.655 0.215 32.1) |
Copy-ready code
/* CSS */
color: #f84a2d;
background-color: #f84a2d;
/* Tailwind (arbitrary) */
class="text-[#f84a2d] bg-[#f84a2d]"
/* SCSS */
$brand: #f84a2d;
/* SwiftUI */
Color(red: 0.973, green: 0.290, blue: 0.176)
/* Android */
Color.parseColor("#f84a2d")Accessibility — WCAG contrast
Aa
#f84a2d on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f84a2d on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green29.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow81.9%
Key (black)2.7%
Color previews
#f84a2d text on a black background
contrast 6.01:1
Card sample
#f84a2d text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f84a2d;
Background color
Panel with #f84a2d background
background-color: #f84a2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f84a2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 74, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 74, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f84a2d; background: linear-gradient(135deg, #f84a2d, #F8D12D);