#f32f2c
a balanced, electric red · warm · closest name: tomato
RGB
243, 47, 44
HSL
1°, 89%, 56%
CMYK
0, 81, 82, 5
Luminance
0.2127
Every format
| HEX | #f32f2c |
| RGB | rgb(243, 47, 44) |
| HSL | hsl(1, 89%, 56%) |
| CMYK | cmyk(0%, 81%, 82%, 5%) |
| LAB | lab(53.3 71.3 50.4) |
| LCH | lch(53.3 87.3 35.3) |
| OKLCH | oklch(0.625 0.230 27.6) |
Copy-ready code
/* CSS */
color: #f32f2c;
background-color: #f32f2c;
/* Tailwind (arbitrary) */
class="text-[#f32f2c] bg-[#f32f2c]"
/* SCSS */
$brand: #f32f2c;
/* SwiftUI */
Color(red: 0.953, green: 0.184, blue: 0.173)
/* Android */
Color.parseColor("#f32f2c")Accessibility — WCAG contrast
Aa
#f32f2c on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32f2c on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green18.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow81.9%
Key (black)4.7%
Color previews
#f32f2c text on a black background
contrast 5.25:1
Card sample
#f32f2c text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32f2c;
Background color
Panel with #f32f2c background
background-color: #f32f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 47, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 47, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32f2c; background: linear-gradient(135deg, #f32f2c, #F3B42C);