#f80013
a balanced, electric red · warm · closest name: red
RGB
248, 0, 19
HSL
355°, 100%, 49%
CMYK
0, 100, 92, 3
Luminance
0.2000
Every format
| HEX | #f80013 |
| RGB | rgb(248, 0, 19) |
| HSL | hsl(355, 100%, 49%) |
| CMYK | cmyk(0%, 100%, 92%, 3%) |
| LAB | lab(51.9 78.6 60.6) |
| LCH | lch(51.9 99.3 37.7) |
| OKLCH | oklch(0.615 0.252 28.0) |
Copy-ready code
/* CSS */
color: #f80013;
background-color: #f80013;
/* Tailwind (arbitrary) */
class="text-[#f80013] bg-[#f80013]"
/* SCSS */
$brand: #f80013;
/* SwiftUI */
Color(red: 0.973, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#f80013")Accessibility — WCAG contrast
Aa
#f80013 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f80013 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow92.3%
Key (black)2.7%
Color previews
#f80013 text on a black background
contrast 5.00:1
Card sample
#f80013 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f80013;
Background color
Panel with #f80013 background
background-color: #f80013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f80013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f80013; background: linear-gradient(135deg, #f80013, #F89200);