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