#fc2c3f
a balanced, electric red · warm · closest name: crimson
RGB
252, 44, 63
HSL
355°, 97%, 58%
CMYK
0, 83, 75, 1
Luminance
0.2286
Every format
| HEX | #fc2c3f |
| RGB | rgb(252, 44, 63) |
| HSL | hsl(355, 97%, 58%) |
| CMYK | cmyk(0%, 83%, 75%, 1%) |
| LAB | lab(54.9 75.0 42.5) |
| LCH | lch(54.9 86.2 29.6) |
| OKLCH | oklch(0.641 0.237 23.4) |
Copy-ready code
/* CSS */
color: #fc2c3f;
background-color: #fc2c3f;
/* Tailwind (arbitrary) */
class="text-[#fc2c3f] bg-[#fc2c3f]"
/* SCSS */
$brand: #fc2c3f;
/* SwiftUI */
Color(red: 0.988, green: 0.173, blue: 0.247)
/* Android */
Color.parseColor("#fc2c3f")Accessibility — WCAG contrast
Aa
#fc2c3f on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2c3f on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green17.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow75.0%
Key (black)1.2%
Color previews
#fc2c3f text on a black background
contrast 5.57:1
Card sample
#fc2c3f text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2c3f;
Background color
Panel with #fc2c3f background
background-color: #fc2c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 44, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 44, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2c3f; background: linear-gradient(135deg, #fc2c3f, #FCA42C);