#fd0c2f
a balanced, electric red · warm · closest name: red
RGB
253, 12, 47
HSL
351°, 98%, 52%
CMYK
0, 95, 81, 1
Luminance
0.2135
Every format
| HEX | #fd0c2f |
| RGB | rgb(253, 12, 47) |
| HSL | hsl(351, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 81%, 1%) |
| LAB | lab(53.3 79.4 49.7) |
| LCH | lch(53.3 93.7 32.0) |
| OKLCH | oklch(0.629 0.251 24.7) |
Copy-ready code
/* CSS */
color: #fd0c2f;
background-color: #fd0c2f;
/* Tailwind (arbitrary) */
class="text-[#fd0c2f] bg-[#fd0c2f]"
/* SCSS */
$brand: #fd0c2f;
/* SwiftUI */
Color(red: 0.992, green: 0.047, blue: 0.184)
/* Android */
Color.parseColor("#fd0c2f")Accessibility — WCAG contrast
Aa
#fd0c2f on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0c2f on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow81.4%
Key (black)0.8%
Color previews
#fd0c2f text on a black background
contrast 5.27:1
Card sample
#fd0c2f text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0c2f;
Background color
Panel with #fd0c2f background
background-color: #fd0c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 12, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 12, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0c2f; background: linear-gradient(135deg, #fd0c2f, #FD8A0C);