#fd082f
a balanced, electric red · warm · closest name: red
RGB
253, 8, 47
HSL
350°, 98%, 51%
CMYK
0, 97, 81, 1
Luminance
0.2126
Every format
| HEX | #fd082f |
| RGB | rgb(253, 8, 47) |
| HSL | hsl(350, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 81%, 1%) |
| LAB | lab(53.2 79.7 49.6) |
| LCH | lch(53.2 93.8 31.9) |
| OKLCH | oklch(0.628 0.252 24.5) |
Copy-ready code
/* CSS */
color: #fd082f;
background-color: #fd082f;
/* Tailwind (arbitrary) */
class="text-[#fd082f] bg-[#fd082f]"
/* SCSS */
$brand: #fd082f;
/* SwiftUI */
Color(red: 0.992, green: 0.031, blue: 0.184)
/* Android */
Color.parseColor("#fd082f")Accessibility — WCAG contrast
Aa
#fd082f on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd082f on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow81.4%
Key (black)0.8%
Color previews
#fd082f text on a black background
contrast 5.25:1
Card sample
#fd082f text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd082f;
Background color
Panel with #fd082f background
background-color: #fd082f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd082f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 8, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 8, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd082f; background: linear-gradient(135deg, #fd082f, #FD8408);