#fd122f
a balanced, electric red · warm · closest name: red
RGB
253, 18, 47
HSL
353°, 98%, 53%
CMYK
0, 93, 81, 1
Luminance
0.2152
Every format
| HEX | #fd122f |
| RGB | rgb(253, 18, 47) |
| HSL | hsl(353, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 81%, 1%) |
| LAB | lab(53.5 78.9 49.8) |
| LCH | lch(53.5 93.3 32.3) |
| OKLCH | oklch(0.630 0.250 24.9) |
Copy-ready code
/* CSS */
color: #fd122f;
background-color: #fd122f;
/* Tailwind (arbitrary) */
class="text-[#fd122f] bg-[#fd122f]"
/* SCSS */
$brand: #fd122f;
/* SwiftUI */
Color(red: 0.992, green: 0.071, blue: 0.184)
/* Android */
Color.parseColor("#fd122f")Accessibility — WCAG contrast
Aa
#fd122f on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd122f on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow81.4%
Key (black)0.8%
Color previews
#fd122f text on a black background
contrast 5.30:1
Card sample
#fd122f text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd122f;
Background color
Panel with #fd122f background
background-color: #fd122f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd122f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 18, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 18, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd122f; background: linear-gradient(135deg, #fd122f, #FD9212);