#fc4613
a balanced, electric red · warm · closest name: red
RGB
252, 70, 19
HSL
13°, 98%, 53%
CMYK
0, 72, 93, 1
Luminance
0.2512
Every format
| HEX | #fc4613 |
| RGB | rgb(252, 70, 19) |
| HSL | hsl(13, 98%, 53%) |
| CMYK | cmyk(0%, 72%, 93%, 1%) |
| LAB | lab(57.2 66.7 64.3) |
| LCH | lch(57.2 92.6 44.0) |
| OKLCH | oklch(0.656 0.225 34.6) |
Copy-ready code
/* CSS */
color: #fc4613;
background-color: #fc4613;
/* Tailwind (arbitrary) */
class="text-[#fc4613] bg-[#fc4613]"
/* SCSS */
$brand: #fc4613;
/* SwiftUI */
Color(red: 0.988, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#fc4613")Accessibility — WCAG contrast
Aa
#fc4613 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4613 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green27.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow92.5%
Key (black)1.2%
Color previews
#fc4613 text on a black background
contrast 6.02:1
Card sample
#fc4613 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4613;
Background color
Panel with #fc4613 background
background-color: #fc4613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4613; background: linear-gradient(135deg, #fc4613, #FCE113);