#fc4b39
a balanced, electric red · warm · closest name: tomato
RGB
252, 75, 57
HSL
6°, 97%, 61%
CMYK
0, 70, 77, 1
Luminance
0.2602
Every format
| HEX | #fc4b39 |
| RGB | rgb(252, 75, 57) |
| HSL | hsl(6, 97%, 61%) |
| CMYK | cmyk(0%, 70%, 77%, 1%) |
| LAB | lab(58.1 65.8 49.1) |
| LCH | lch(58.1 82.1 36.7) |
| OKLCH | oklch(0.664 0.216 29.7) |
Copy-ready code
/* CSS */
color: #fc4b39;
background-color: #fc4b39;
/* Tailwind (arbitrary) */
class="text-[#fc4b39] bg-[#fc4b39]"
/* SCSS */
$brand: #fc4b39;
/* SwiftUI */
Color(red: 0.988, green: 0.294, blue: 0.224)
/* Android */
Color.parseColor("#fc4b39")Accessibility — WCAG contrast
Aa
#fc4b39 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4b39 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green29.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow77.4%
Key (black)1.2%
Color previews
#fc4b39 text on a black background
contrast 6.20:1
Card sample
#fc4b39 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4b39;
Background color
Panel with #fc4b39 background
background-color: #fc4b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 75, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 75, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4b39; background: linear-gradient(135deg, #fc4b39, #FCCD39);