#fc072f
a balanced, electric red · warm · closest name: red
RGB
252, 7, 47
HSL
350°, 98%, 51%
CMYK
0, 97, 81, 1
Luminance
0.2105
Every format
| HEX | #fc072f |
| RGB | rgb(252, 7, 47) |
| HSL | hsl(350, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 81%, 1%) |
| LAB | lab(53.0 79.5 49.3) |
| LCH | lch(53.0 93.5 31.8) |
| OKLCH | oklch(0.626 0.252 24.5) |
Copy-ready code
/* CSS */
color: #fc072f;
background-color: #fc072f;
/* Tailwind (arbitrary) */
class="text-[#fc072f] bg-[#fc072f]"
/* SCSS */
$brand: #fc072f;
/* SwiftUI */
Color(red: 0.988, green: 0.027, blue: 0.184)
/* Android */
Color.parseColor("#fc072f")Accessibility — WCAG contrast
Aa
#fc072f on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc072f on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green2.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow81.3%
Key (black)1.2%
Color previews
#fc072f text on a black background
contrast 5.21:1
Card sample
#fc072f text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc072f;
Background color
Panel with #fc072f background
background-color: #fc072f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc072f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 7, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 7, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc072f; background: linear-gradient(135deg, #fc072f, #FC8207);