#fd424f
a balanced, electric red · warm · closest name: crimson
RGB
253, 66, 79
HSL
356°, 98%, 63%
CMYK
0, 74, 69, 1
Luminance
0.2534
Every format
| HEX | #fd424f |
| RGB | rgb(253, 66, 79) |
| HSL | hsl(356, 98%, 63%) |
| CMYK | cmyk(0%, 74%, 69%, 1%) |
| LAB | lab(57.4 70.0 36.4) |
| LCH | lch(57.4 78.9 27.5) |
| OKLCH | oklch(0.660 0.222 22.3) |
Copy-ready code
/* CSS */
color: #fd424f;
background-color: #fd424f;
/* Tailwind (arbitrary) */
class="text-[#fd424f] bg-[#fd424f]"
/* SCSS */
$brand: #fd424f;
/* SwiftUI */
Color(red: 0.992, green: 0.259, blue: 0.310)
/* Android */
Color.parseColor("#fd424f")Accessibility — WCAG contrast
Aa
#fd424f on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd424f on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow68.8%
Key (black)0.8%
Color previews
#fd424f text on a black background
contrast 6.07:1
Card sample
#fd424f text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd424f;
Background color
Panel with #fd424f background
background-color: #fd424f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd424f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 66, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 66, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd424f; background: linear-gradient(135deg, #fd424f, #FDB142);