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