#fd455f
a balanced, electric red · warm · closest name: crimson
RGB
253, 69, 95
HSL
352°, 98%, 63%
CMYK
0, 73, 63, 1
Luminance
0.2597
Every format
| HEX | #fd455f |
| RGB | rgb(253, 69, 95) |
| HSL | hsl(352, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 63%, 1%) |
| LAB | lab(58.0 69.8 27.9) |
| LCH | lch(58.0 75.2 21.8) |
| OKLCH | oklch(0.665 0.218 17.9) |
Copy-ready code
/* CSS */
color: #fd455f;
background-color: #fd455f;
/* Tailwind (arbitrary) */
class="text-[#fd455f] bg-[#fd455f]"
/* SCSS */
$brand: #fd455f;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.373)
/* Android */
Color.parseColor("#fd455f")Accessibility — WCAG contrast
Aa
#fd455f on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd455f on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow62.5%
Key (black)0.8%
Color previews
#fd455f text on a black background
contrast 6.19:1
Card sample
#fd455f text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd455f;
Background color
Panel with #fd455f background
background-color: #fd455f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd455f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd455f; background: linear-gradient(135deg, #fd455f, #FDA645);