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