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