#fd545f
a light, electric red · warm · closest name: crimson
RGB
253, 84, 95
HSL
356°, 98%, 66%
CMYK
0, 67, 63, 1
Luminance
0.2805
Every format
| HEX | #fd545f |
| RGB | rgb(253, 84, 95) |
| HSL | hsl(356, 98%, 66%) |
| CMYK | cmyk(0%, 67%, 63%, 1%) |
| LAB | lab(59.9 64.5 30.4) |
| LCH | lch(59.9 71.3 25.2) |
| OKLCH | oklch(0.680 0.204 20.9) |
Copy-ready code
/* CSS */
color: #fd545f;
background-color: #fd545f;
/* Tailwind (arbitrary) */
class="text-[#fd545f] bg-[#fd545f]"
/* SCSS */
$brand: #fd545f;
/* SwiftUI */
Color(red: 0.992, green: 0.329, blue: 0.373)
/* Android */
Color.parseColor("#fd545f")Accessibility — WCAG contrast
Aa
#fd545f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd545f on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow62.5%
Key (black)0.8%
Color previews
#fd545f text on a black background
contrast 6.61:1
Card sample
#fd545f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd545f;
Background color
Panel with #fd545f background
background-color: #fd545f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd545f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 84, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 84, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd545f; background: linear-gradient(135deg, #fd545f, #FDBA54);