#fc0813
a balanced, electric red · warm · closest name: red
RGB
252, 8, 19
HSL
357°, 98%, 51%
CMYK
0, 97, 93, 1
Luminance
0.2092
Every format
| HEX | #fc0813 |
| RGB | rgb(252, 8, 19) |
| HSL | hsl(357, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 93%, 1%) |
| LAB | lab(52.9 79.0 61.7) |
| LCH | lch(52.9 100.2 38.0) |
| OKLCH | oklch(0.624 0.253 28.3) |
Copy-ready code
/* CSS */
color: #fc0813;
background-color: #fc0813;
/* Tailwind (arbitrary) */
class="text-[#fc0813] bg-[#fc0813]"
/* SCSS */
$brand: #fc0813;
/* SwiftUI */
Color(red: 0.988, green: 0.031, blue: 0.075)
/* Android */
Color.parseColor("#fc0813")Accessibility — WCAG contrast
Aa
#fc0813 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0813 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green3.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow92.5%
Key (black)1.2%
Color previews
#fc0813 text on a black background
contrast 5.18:1
Card sample
#fc0813 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0813;
Background color
Panel with #fc0813 background
background-color: #fc0813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 8, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 8, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0813; background: linear-gradient(135deg, #fc0813, #FCA008);