#fc3f2d
a balanced, electric red · warm · closest name: tomato
RGB
252, 63, 45
HSL
5°, 97%, 58%
CMYK
0, 75, 82, 1
Luminance
0.2444
Every format
| HEX | #fc3f2d |
| RGB | rgb(252, 63, 45) |
| HSL | hsl(5, 97%, 58%) |
| CMYK | cmyk(0%, 75%, 82%, 1%) |
| LAB | lab(56.5 69.4 53.6) |
| LCH | lch(56.5 87.7 37.7) |
| OKLCH | oklch(0.652 0.227 29.9) |
Copy-ready code
/* CSS */
color: #fc3f2d;
background-color: #fc3f2d;
/* Tailwind (arbitrary) */
class="text-[#fc3f2d] bg-[#fc3f2d]"
/* SCSS */
$brand: #fc3f2d;
/* SwiftUI */
Color(red: 0.988, green: 0.247, blue: 0.176)
/* Android */
Color.parseColor("#fc3f2d")Accessibility — WCAG contrast
Aa
#fc3f2d on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3f2d on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green24.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow82.1%
Key (black)1.2%
Color previews
#fc3f2d text on a black background
contrast 5.89:1
Card sample
#fc3f2d text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3f2d;
Background color
Panel with #fc3f2d background
background-color: #fc3f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 63, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 63, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3f2d; background: linear-gradient(135deg, #fc3f2d, #FCC92D);