#fd3c40
a balanced, electric red · warm · closest name: crimson
RGB
253, 60, 64
HSL
359°, 98%, 61%
CMYK
0, 76, 75, 1
Luminance
0.2448
Every format
| HEX | #fd3c40 |
| RGB | rgb(253, 60, 64) |
| HSL | hsl(359, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 75%, 1%) |
| LAB | lab(56.6 71.2 43.9) |
| LCH | lch(56.6 83.6 31.6) |
| OKLCH | oklch(0.653 0.228 25.3) |
Copy-ready code
/* CSS */
color: #fd3c40;
background-color: #fd3c40;
/* Tailwind (arbitrary) */
class="text-[#fd3c40] bg-[#fd3c40]"
/* SCSS */
$brand: #fd3c40;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.251)
/* Android */
Color.parseColor("#fd3c40")Accessibility — WCAG contrast
Aa
#fd3c40 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3c40 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow74.7%
Key (black)0.8%
Color previews
#fd3c40 text on a black background
contrast 5.90:1
Card sample
#fd3c40 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3c40;
Background color
Panel with #fd3c40 background
background-color: #fd3c40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3c40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3c40; background: linear-gradient(135deg, #fd3c40, #FDB93C);