#f82c2f
a balanced, electric red · warm · closest name: crimson
RGB
248, 44, 47
HSL
359°, 94%, 57%
CMYK
0, 82, 81, 3
Luminance
0.2196
Every format
| HEX | #f82c2f |
| RGB | rgb(248, 44, 47) |
| HSL | hsl(359, 94%, 57%) |
| CMYK | cmyk(0%, 82%, 81%, 3%) |
| LAB | lab(54.0 73.4 50.0) |
| LCH | lch(54.0 88.8 34.2) |
| OKLCH | oklch(0.632 0.235 26.8) |
Copy-ready code
/* CSS */
color: #f82c2f;
background-color: #f82c2f;
/* Tailwind (arbitrary) */
class="text-[#f82c2f] bg-[#f82c2f]"
/* SCSS */
$brand: #f82c2f;
/* SwiftUI */
Color(red: 0.973, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#f82c2f")Accessibility — WCAG contrast
Aa
#f82c2f on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f82c2f on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green17.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow81.0%
Key (black)2.7%
Color previews
#f82c2f text on a black background
contrast 5.39:1
Card sample
#f82c2f text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f82c2f;
Background color
Panel with #f82c2f background
background-color: #f82c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f82c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f82c2f; background: linear-gradient(135deg, #f82c2f, #F8B12C);