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