#fc3b13
a balanced, electric red · warm · closest name: red
RGB
252, 59, 19
HSL
10°, 98%, 53%
CMYK
0, 77, 93, 1
Luminance
0.2387
Every format
| HEX | #fc3b13 |
| RGB | rgb(252, 59, 19) |
| HSL | hsl(10, 98%, 53%) |
| CMYK | cmyk(0%, 77%, 93%, 1%) |
| LAB | lab(56.0 70.1 63.5) |
| LCH | lch(56.0 94.6 42.2) |
| OKLCH | oklch(0.647 0.232 32.7) |
Copy-ready code
/* CSS */
color: #fc3b13;
background-color: #fc3b13;
/* Tailwind (arbitrary) */
class="text-[#fc3b13] bg-[#fc3b13]"
/* SCSS */
$brand: #fc3b13;
/* SwiftUI */
Color(red: 0.988, green: 0.231, blue: 0.075)
/* Android */
Color.parseColor("#fc3b13")Accessibility — WCAG contrast
Aa
#fc3b13 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3b13 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow92.5%
Key (black)1.2%
Color previews
#fc3b13 text on a black background
contrast 5.77:1
Card sample
#fc3b13 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3b13;
Background color
Panel with #fc3b13 background
background-color: #fc3b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 59, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 59, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3b13; background: linear-gradient(135deg, #fc3b13, #FCD613);