#fd152f
a balanced, electric red · warm · closest name: red
RGB
253, 21, 47
HSL
353°, 98%, 54%
CMYK
0, 92, 81, 1
Luminance
0.2162
Every format
| HEX | #fd152f |
| RGB | rgb(253, 21, 47) |
| HSL | hsl(353, 98%, 54%) |
| CMYK | cmyk(0%, 92%, 81%, 1%) |
| LAB | lab(53.6 78.5 50.0) |
| LCH | lch(53.6 93.1 32.5) |
| OKLCH | oklch(0.631 0.249 25.0) |
Copy-ready code
/* CSS */
color: #fd152f;
background-color: #fd152f;
/* Tailwind (arbitrary) */
class="text-[#fd152f] bg-[#fd152f]"
/* SCSS */
$brand: #fd152f;
/* SwiftUI */
Color(red: 0.992, green: 0.082, blue: 0.184)
/* Android */
Color.parseColor("#fd152f")Accessibility — WCAG contrast
Aa
#fd152f on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd152f on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green8.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow81.4%
Key (black)0.8%
Color previews
#fd152f text on a black background
contrast 5.32:1
Card sample
#fd152f text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd152f;
Background color
Panel with #fd152f background
background-color: #fd152f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd152f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 21, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 21, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd152f; background: linear-gradient(135deg, #fd152f, #FD9615);