#fd413f
a balanced, electric red · warm · closest name: tomato
RGB
253, 65, 63
HSL
1°, 98%, 62%
CMYK
0, 74, 75, 1
Luminance
0.2502
Every format
| HEX | #fd413f |
| RGB | rgb(253, 65, 63) |
| HSL | hsl(1, 98%, 62%) |
| CMYK | cmyk(0%, 74%, 75%, 1%) |
| LAB | lab(57.1 69.6 45.0) |
| LCH | lch(57.1 82.9 32.9) |
| OKLCH | oklch(0.657 0.224 26.4) |
Copy-ready code
/* CSS */
color: #fd413f;
background-color: #fd413f;
/* Tailwind (arbitrary) */
class="text-[#fd413f] bg-[#fd413f]"
/* SCSS */
$brand: #fd413f;
/* SwiftUI */
Color(red: 0.992, green: 0.255, blue: 0.247)
/* Android */
Color.parseColor("#fd413f")Accessibility — WCAG contrast
Aa
#fd413f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd413f on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow75.1%
Key (black)0.8%
Color previews
#fd413f text on a black background
contrast 6.00:1
Card sample
#fd413f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd413f;
Background color
Panel with #fd413f background
background-color: #fd413f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd413f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 65, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 65, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd413f; background: linear-gradient(135deg, #fd413f, #FDC03F);