#fd503f
a balanced, electric red · warm · closest name: tomato
RGB
253, 80, 63
HSL
5°, 98%, 62%
CMYK
0, 68, 75, 1
Luminance
0.2698
Every format
| HEX | #fd503f |
| RGB | rgb(253, 80, 63) |
| HSL | hsl(5, 98%, 62%) |
| CMYK | cmyk(0%, 68%, 75%, 1%) |
| LAB | lab(59.0 64.5 47.0) |
| LCH | lch(59.0 79.8 36.1) |
| OKLCH | oklch(0.671 0.212 29.4) |
Copy-ready code
/* CSS */
color: #fd503f;
background-color: #fd503f;
/* Tailwind (arbitrary) */
class="text-[#fd503f] bg-[#fd503f]"
/* SCSS */
$brand: #fd503f;
/* SwiftUI */
Color(red: 0.992, green: 0.314, blue: 0.247)
/* Android */
Color.parseColor("#fd503f")Accessibility — WCAG contrast
Aa
#fd503f on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd503f on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow75.1%
Key (black)0.8%
Color previews
#fd503f text on a black background
contrast 6.40:1
Card sample
#fd503f text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd503f;
Background color
Panel with #fd503f background
background-color: #fd503f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd503f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 80, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 80, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd503f; background: linear-gradient(135deg, #fd503f, #FDCF3F);