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