#fc413b
a balanced, electric red · warm · closest name: tomato
RGB
252, 65, 59
HSL
2°, 97%, 61%
CMYK
0, 74, 77, 1
Luminance
0.2479
Every format
| HEX | #fc413b |
| RGB | rgb(252, 65, 59) |
| HSL | hsl(2, 97%, 61%) |
| CMYK | cmyk(0%, 74%, 77%, 1%) |
| LAB | lab(56.9 69.2 46.8) |
| LCH | lch(56.9 83.5 34.1) |
| OKLCH | oklch(0.655 0.224 27.3) |
Copy-ready code
/* CSS */
color: #fc413b;
background-color: #fc413b;
/* Tailwind (arbitrary) */
class="text-[#fc413b] bg-[#fc413b]"
/* SCSS */
$brand: #fc413b;
/* SwiftUI */
Color(red: 0.988, green: 0.255, blue: 0.231)
/* Android */
Color.parseColor("#fc413b")Accessibility — WCAG contrast
Aa
#fc413b on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc413b on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green25.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow76.6%
Key (black)1.2%
Color previews
#fc413b text on a black background
contrast 5.96:1
Card sample
#fc413b text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc413b;
Background color
Panel with #fc413b background
background-color: #fc413b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc413b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 65, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 65, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc413b; background: linear-gradient(135deg, #fc413b, #FCC23B);