#fc1721
a balanced, electric red · warm · closest name: red
RGB
252, 23, 33
HSL
357°, 97%, 54%
CMYK
0, 91, 87, 1
Luminance
0.2142
Every format
| HEX | #fc1721 |
| RGB | rgb(252, 23, 33) |
| HSL | hsl(357, 97%, 54%) |
| CMYK | cmyk(0%, 91%, 87%, 1%) |
| LAB | lab(53.4 77.8 56.5) |
| LCH | lch(53.4 96.1 36.0) |
| OKLCH | oklch(0.628 0.249 27.4) |
Copy-ready code
/* CSS */
color: #fc1721;
background-color: #fc1721;
/* Tailwind (arbitrary) */
class="text-[#fc1721] bg-[#fc1721]"
/* SCSS */
$brand: #fc1721;
/* SwiftUI */
Color(red: 0.988, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#fc1721")Accessibility — WCAG contrast
Aa
#fc1721 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1721 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow86.9%
Key (black)1.2%
Color previews
#fc1721 text on a black background
contrast 5.28:1
Card sample
#fc1721 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1721;
Background color
Panel with #fc1721 background
background-color: #fc1721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1721; background: linear-gradient(135deg, #fc1721, #FCA617);