#fd393f
a balanced, electric red · warm · closest name: crimson
RGB
253, 57, 63
HSL
358°, 98%, 61%
CMYK
0, 78, 75, 1
Luminance
0.2417
Every format
| HEX | #fd393f |
| RGB | rgb(253, 57, 63) |
| HSL | hsl(358, 98%, 61%) |
| CMYK | cmyk(0%, 78%, 75%, 1%) |
| LAB | lab(56.3 72.0 44.0) |
| LCH | lch(56.3 84.4 31.5) |
| OKLCH | oklch(0.651 0.230 25.1) |
Copy-ready code
/* CSS */
color: #fd393f;
background-color: #fd393f;
/* Tailwind (arbitrary) */
class="text-[#fd393f] bg-[#fd393f]"
/* SCSS */
$brand: #fd393f;
/* SwiftUI */
Color(red: 0.992, green: 0.224, blue: 0.247)
/* Android */
Color.parseColor("#fd393f")Accessibility — WCAG contrast
Aa
#fd393f on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd393f on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow75.1%
Key (black)0.8%
Color previews
#fd393f text on a black background
contrast 5.83:1
Card sample
#fd393f text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd393f;
Background color
Panel with #fd393f background
background-color: #fd393f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd393f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 57, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 57, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd393f; background: linear-gradient(135deg, #fd393f, #FDB639);