#fc2829
a balanced, electric red · warm · closest name: red
RGB
252, 40, 41
HSL
360°, 97%, 57%
CMYK
0, 84, 84, 1
Luminance
0.2237
Every format
| HEX | #fc2829 |
| RGB | rgb(252, 40, 41) |
| HSL | hsl(360, 97%, 57%) |
| CMYK | cmyk(0%, 84%, 84%, 1%) |
| LAB | lab(54.4 75.2 53.6) |
| LCH | lch(54.4 92.3 35.5) |
| OKLCH | oklch(0.636 0.241 27.5) |
Copy-ready code
/* CSS */
color: #fc2829;
background-color: #fc2829;
/* Tailwind (arbitrary) */
class="text-[#fc2829] bg-[#fc2829]"
/* SCSS */
$brand: #fc2829;
/* SwiftUI */
Color(red: 0.988, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#fc2829")Accessibility — WCAG contrast
Aa
#fc2829 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2829 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow83.7%
Key (black)1.2%
Color previews
#fc2829 text on a black background
contrast 5.47:1
Card sample
#fc2829 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2829;
Background color
Panel with #fc2829 background
background-color: #fc2829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2829; background: linear-gradient(135deg, #fc2829, #FCB428);