#fc0f2c
a balanced, electric red · warm · closest name: red
RGB
252, 15, 44
HSL
353°, 98%, 52%
CMYK
0, 94, 83, 1
Luminance
0.2122
Every format
| HEX | #fc0f2c |
| RGB | rgb(252, 15, 44) |
| HSL | hsl(353, 98%, 52%) |
| CMYK | cmyk(0%, 94%, 83%, 1%) |
| LAB | lab(53.2 78.8 51.0) |
| LCH | lch(53.2 93.9 32.9) |
| OKLCH | oklch(0.627 0.250 25.3) |
Copy-ready code
/* CSS */
color: #fc0f2c;
background-color: #fc0f2c;
/* Tailwind (arbitrary) */
class="text-[#fc0f2c] bg-[#fc0f2c]"
/* SCSS */
$brand: #fc0f2c;
/* SwiftUI */
Color(red: 0.988, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#fc0f2c")Accessibility — WCAG contrast
Aa
#fc0f2c on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0f2c on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green5.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow82.5%
Key (black)1.2%
Color previews
#fc0f2c text on a black background
contrast 5.24:1
Card sample
#fc0f2c text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0f2c;
Background color
Panel with #fc0f2c background
background-color: #fc0f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0f2c; background: linear-gradient(135deg, #fc0f2c, #FC900F);