#fc3f3c
a balanced, electric red · warm · closest name: tomato
RGB
252, 63, 60
HSL
1°, 97%, 61%
CMYK
0, 75, 76, 1
Luminance
0.2458
Every format
| HEX | #fc3f3c |
| RGB | rgb(252, 63, 60) |
| HSL | hsl(1, 97%, 61%) |
| CMYK | cmyk(0%, 75%, 76%, 1%) |
| LAB | lab(56.7 69.8 46.1) |
| LCH | lch(56.7 83.7 33.4) |
| OKLCH | oklch(0.653 0.225 26.8) |
Copy-ready code
/* CSS */
color: #fc3f3c;
background-color: #fc3f3c;
/* Tailwind (arbitrary) */
class="text-[#fc3f3c] bg-[#fc3f3c]"
/* SCSS */
$brand: #fc3f3c;
/* SwiftUI */
Color(red: 0.988, green: 0.247, blue: 0.235)
/* Android */
Color.parseColor("#fc3f3c")Accessibility — WCAG contrast
Aa
#fc3f3c on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3f3c on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green24.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow76.2%
Key (black)1.2%
Color previews
#fc3f3c text on a black background
contrast 5.92:1
Card sample
#fc3f3c text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3f3c;
Background color
Panel with #fc3f3c background
background-color: #fc3f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 63, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 63, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3f3c; background: linear-gradient(135deg, #fc3f3c, #FCBF3C);