#fd425f
a balanced, electric red · warm · closest name: crimson
RGB
253, 66, 95
HSL
351°, 98%, 63%
CMYK
0, 74, 63, 1
Luminance
0.2561
Every format
| HEX | #fd425f |
| RGB | rgb(253, 66, 95) |
| HSL | hsl(351, 98%, 63%) |
| CMYK | cmyk(0%, 74%, 63%, 1%) |
| LAB | lab(57.7 70.8 27.5) |
| LCH | lch(57.7 75.9 21.2) |
| OKLCH | oklch(0.663 0.221 17.4) |
Copy-ready code
/* CSS */
color: #fd425f;
background-color: #fd425f;
/* Tailwind (arbitrary) */
class="text-[#fd425f] bg-[#fd425f]"
/* SCSS */
$brand: #fd425f;
/* SwiftUI */
Color(red: 0.992, green: 0.259, blue: 0.373)
/* Android */
Color.parseColor("#fd425f")Accessibility — WCAG contrast
Aa
#fd425f on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd425f on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow62.5%
Key (black)0.8%
Color previews
#fd425f text on a black background
contrast 6.12:1
Card sample
#fd425f text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd425f;
Background color
Panel with #fd425f background
background-color: #fd425f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd425f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 66, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 66, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd425f; background: linear-gradient(135deg, #fd425f, #FDA242);