#fc2c5f
a balanced, electric red · warm · closest name: crimson
RGB
252, 44, 95
HSL
345°, 97%, 58%
CMYK
0, 83, 62, 1
Luminance
0.2332
Every format
| HEX | #fc2c5f |
| RGB | rgb(252, 44, 95) |
| HSL | hsl(345, 97%, 58%) |
| CMYK | cmyk(0%, 83%, 62%, 1%) |
| LAB | lab(55.4 76.4 24.5) |
| LCH | lch(55.4 80.2 17.8) |
| OKLCH | oklch(0.646 0.237 14.5) |
Copy-ready code
/* CSS */
color: #fc2c5f;
background-color: #fc2c5f;
/* Tailwind (arbitrary) */
class="text-[#fc2c5f] bg-[#fc2c5f]"
/* SCSS */
$brand: #fc2c5f;
/* SwiftUI */
Color(red: 0.988, green: 0.173, blue: 0.373)
/* Android */
Color.parseColor("#fc2c5f")Accessibility — WCAG contrast
Aa
#fc2c5f on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2c5f on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green17.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow62.3%
Key (black)1.2%
Color previews
#fc2c5f text on a black background
contrast 5.66:1
Card sample
#fc2c5f text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2c5f;
Background color
Panel with #fc2c5f background
background-color: #fc2c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 44, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 44, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2c5f; background: linear-gradient(135deg, #fc2c5f, #FC842C);