#fc3c2f
a balanced, electric red · warm · closest name: tomato
RGB
252, 60, 47
HSL
4°, 97%, 59%
CMYK
0, 76, 81, 1
Luminance
0.2413
Every format
| HEX | #fc3c2f |
| RGB | rgb(252, 60, 47) |
| HSL | hsl(4, 97%, 59%) |
| CMYK | cmyk(0%, 76%, 81%, 1%) |
| LAB | lab(56.2 70.4 52.3) |
| LCH | lch(56.2 87.7 36.6) |
| OKLCH | oklch(0.650 0.229 29.0) |
Copy-ready code
/* CSS */
color: #fc3c2f;
background-color: #fc3c2f;
/* Tailwind (arbitrary) */
class="text-[#fc3c2f] bg-[#fc3c2f]"
/* SCSS */
$brand: #fc3c2f;
/* SwiftUI */
Color(red: 0.988, green: 0.235, blue: 0.184)
/* Android */
Color.parseColor("#fc3c2f")Accessibility — WCAG contrast
Aa
#fc3c2f on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3c2f on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow81.3%
Key (black)1.2%
Color previews
#fc3c2f text on a black background
contrast 5.83:1
Card sample
#fc3c2f text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3c2f;
Background color
Panel with #fc3c2f background
background-color: #fc3c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 60, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 60, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3c2f; background: linear-gradient(135deg, #fc3c2f, #FCC52F);