#fc5437
a balanced, electric red · warm · closest name: tomato
RGB
252, 84, 55
HSL
9°, 97%, 60%
CMYK
0, 67, 78, 1
Luminance
0.2731
Every format
| HEX | #fc5437 |
| RGB | rgb(252, 84, 55) |
| HSL | hsl(9, 97%, 60%) |
| CMYK | cmyk(0%, 67%, 78%, 1%) |
| LAB | lab(59.3 62.4 51.3) |
| LCH | lch(59.3 80.8 39.4) |
| OKLCH | oklch(0.673 0.209 32.2) |
Copy-ready code
/* CSS */
color: #fc5437;
background-color: #fc5437;
/* Tailwind (arbitrary) */
class="text-[#fc5437] bg-[#fc5437]"
/* SCSS */
$brand: #fc5437;
/* SwiftUI */
Color(red: 0.988, green: 0.329, blue: 0.216)
/* Android */
Color.parseColor("#fc5437")Accessibility — WCAG contrast
Aa
#fc5437 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc5437 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green32.9%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow78.2%
Key (black)1.2%
Color previews
#fc5437 text on a black background
contrast 6.46:1
Card sample
#fc5437 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5437;
Background color
Panel with #fc5437 background
background-color: #fc5437;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5437;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 84, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 84, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5437; background: linear-gradient(135deg, #fc5437, #FCD737);