#fc3f13
a balanced, electric red · warm · closest name: red
RGB
252, 63, 19
HSL
11°, 98%, 53%
CMYK
0, 75, 93, 1
Luminance
0.2430
Every format
| HEX | #fc3f13 |
| RGB | rgb(252, 63, 19) |
| HSL | hsl(11, 98%, 53%) |
| CMYK | cmyk(0%, 75%, 93%, 1%) |
| LAB | lab(56.4 68.9 63.8) |
| LCH | lch(56.4 93.9 42.8) |
| OKLCH | oklch(0.650 0.230 33.3) |
Copy-ready code
/* CSS */
color: #fc3f13;
background-color: #fc3f13;
/* Tailwind (arbitrary) */
class="text-[#fc3f13] bg-[#fc3f13]"
/* SCSS */
$brand: #fc3f13;
/* SwiftUI */
Color(red: 0.988, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#fc3f13")Accessibility — WCAG contrast
Aa
#fc3f13 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3f13 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow92.5%
Key (black)1.2%
Color previews
#fc3f13 text on a black background
contrast 5.86:1
Card sample
#fc3f13 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3f13;
Background color
Panel with #fc3f13 background
background-color: #fc3f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3f13; background: linear-gradient(135deg, #fc3f13, #FCDA13);