#fd080c
a balanced, electric red · warm · closest name: red
RGB
253, 8, 12
HSL
359°, 98%, 51%
CMYK
0, 97, 95, 1
Luminance
0.2108
Every format
| HEX | #fd080c |
| RGB | rgb(253, 8, 12) |
| HSL | hsl(359, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 95%, 1%) |
| LAB | lab(53.0 79.1 63.9) |
| LCH | lch(53.0 101.7 38.9) |
| OKLCH | oklch(0.626 0.254 28.8) |
Copy-ready code
/* CSS */
color: #fd080c;
background-color: #fd080c;
/* Tailwind (arbitrary) */
class="text-[#fd080c] bg-[#fd080c]"
/* SCSS */
$brand: #fd080c;
/* SwiftUI */
Color(red: 0.992, green: 0.031, blue: 0.047)
/* Android */
Color.parseColor("#fd080c")Accessibility — WCAG contrast
Aa
#fd080c on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd080c on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow95.3%
Key (black)0.8%
Color previews
#fd080c text on a black background
contrast 5.22:1
Card sample
#fd080c text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd080c;
Background color
Panel with #fd080c background
background-color: #fd080c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd080c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 8, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 8, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd080c; background: linear-gradient(135deg, #fd080c, #FDA708);