#fd053f
a balanced, electric red · warm · closest name: crimson
RGB
253, 5, 63
HSL
346°, 98%, 51%
CMYK
0, 98, 75, 1
Luminance
0.2135
Every format
| HEX | #fd053f |
| RGB | rgb(253, 5, 63) |
| HSL | hsl(346, 98%, 51%) |
| CMYK | cmyk(0%, 98%, 75%, 1%) |
| LAB | lab(53.3 80.3 40.8) |
| LCH | lch(53.3 90.1 26.9) |
| OKLCH | oklch(0.629 0.252 21.1) |
Copy-ready code
/* CSS */
color: #fd053f;
background-color: #fd053f;
/* Tailwind (arbitrary) */
class="text-[#fd053f] bg-[#fd053f]"
/* SCSS */
$brand: #fd053f;
/* SwiftUI */
Color(red: 0.992, green: 0.020, blue: 0.247)
/* Android */
Color.parseColor("#fd053f")Accessibility — WCAG contrast
Aa
#fd053f on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd053f on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow75.1%
Key (black)0.8%
Color previews
#fd053f text on a black background
contrast 5.27:1
Card sample
#fd053f text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd053f;
Background color
Panel with #fd053f background
background-color: #fd053f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd053f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 5, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 5, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd053f; background: linear-gradient(135deg, #fd053f, #FD7105);