#fd070f
a balanced, electric red · warm · closest name: red
RGB
253, 7, 15
HSL
358°, 98%, 51%
CMYK
0, 97, 94, 1
Luminance
0.2107
Every format
| HEX | #fd070f |
| RGB | rgb(253, 7, 15) |
| HSL | hsl(358, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 94%, 1%) |
| LAB | lab(53.0 79.2 63.1) |
| LCH | lch(53.0 101.3 38.5) |
| OKLCH | oklch(0.626 0.254 28.6) |
Copy-ready code
/* CSS */
color: #fd070f;
background-color: #fd070f;
/* Tailwind (arbitrary) */
class="text-[#fd070f] bg-[#fd070f]"
/* SCSS */
$brand: #fd070f;
/* SwiftUI */
Color(red: 0.992, green: 0.027, blue: 0.059)
/* Android */
Color.parseColor("#fd070f")Accessibility — WCAG contrast
Aa
#fd070f on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd070f on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow94.1%
Key (black)0.8%
Color previews
#fd070f text on a black background
contrast 5.21:1
Card sample
#fd070f text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd070f;
Background color
Panel with #fd070f background
background-color: #fd070f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd070f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 7, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 7, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd070f; background: linear-gradient(135deg, #fd070f, #FDA307);