#fd020f
a balanced, electric red · warm · closest name: red
RGB
253, 2, 15
HSL
357°, 98%, 50%
CMYK
0, 99, 94, 1
Luminance
0.2096
Every format
| HEX | #fd020f |
| RGB | rgb(253, 2, 15) |
| HSL | hsl(357, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 94%, 1%) |
| LAB | lab(52.9 79.6 63.0) |
| LCH | lch(52.9 101.5 38.4) |
| OKLCH | oklch(0.625 0.255 28.4) |
Copy-ready code
/* CSS */
color: #fd020f;
background-color: #fd020f;
/* Tailwind (arbitrary) */
class="text-[#fd020f] bg-[#fd020f]"
/* SCSS */
$brand: #fd020f;
/* SwiftUI */
Color(red: 0.992, green: 0.008, blue: 0.059)
/* Android */
Color.parseColor("#fd020f")Accessibility — WCAG contrast
Aa
#fd020f on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd020f on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow94.1%
Key (black)0.8%
Color previews
#fd020f text on a black background
contrast 5.19:1
Card sample
#fd020f text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd020f;
Background color
Panel with #fd020f background
background-color: #fd020f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd020f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 2, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 2, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd020f; background: linear-gradient(135deg, #fd020f, #FD9C02);