#fc2d2c
a balanced, electric red · warm · closest name: red
RGB
252, 45, 44
HSL
0°, 97%, 58%
CMYK
0, 82, 83, 1
Luminance
0.2275
Every format
| HEX | #fc2d2c |
| RGB | rgb(252, 45, 44) |
| HSL | hsl(0, 97%, 58%) |
| CMYK | cmyk(0%, 82%, 83%, 1%) |
| LAB | lab(54.8 74.2 52.5) |
| LCH | lch(54.8 90.9 35.3) |
| OKLCH | oklch(0.639 0.239 27.5) |
Copy-ready code
/* CSS */
color: #fc2d2c;
background-color: #fc2d2c;
/* Tailwind (arbitrary) */
class="text-[#fc2d2c] bg-[#fc2d2c]"
/* SCSS */
$brand: #fc2d2c;
/* SwiftUI */
Color(red: 0.988, green: 0.176, blue: 0.173)
/* Android */
Color.parseColor("#fc2d2c")Accessibility — WCAG contrast
Aa
#fc2d2c on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2d2c on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green17.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow82.5%
Key (black)1.2%
Color previews
#fc2d2c text on a black background
contrast 5.55:1
Card sample
#fc2d2c text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2d2c;
Background color
Panel with #fc2d2c background
background-color: #fc2d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 45, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 45, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2d2c; background: linear-gradient(135deg, #fc2d2c, #FCB82C);