#f32c49
a balanced, electric red · warm · closest name: crimson
RGB
243, 44, 73
HSL
351°, 89%, 56%
CMYK
0, 82, 70, 5
Luminance
0.2134
Every format
| HEX | #f32c49 |
| RGB | rgb(243, 44, 73) |
| HSL | hsl(351, 89%, 56%) |
| CMYK | cmyk(0%, 82%, 70%, 5%) |
| LAB | lab(53.3 73.0 34.5) |
| LCH | lch(53.3 80.7 25.3) |
| OKLCH | oklch(0.626 0.229 20.3) |
Copy-ready code
/* CSS */
color: #f32c49;
background-color: #f32c49;
/* Tailwind (arbitrary) */
class="text-[#f32c49] bg-[#f32c49]"
/* SCSS */
$brand: #f32c49;
/* SwiftUI */
Color(red: 0.953, green: 0.173, blue: 0.286)
/* Android */
Color.parseColor("#f32c49")Accessibility — WCAG contrast
Aa
#f32c49 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32c49 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green17.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow70.0%
Key (black)4.7%
Color previews
#f32c49 text on a black background
contrast 5.27:1
Card sample
#f32c49 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32c49;
Background color
Panel with #f32c49 background
background-color: #f32c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 44, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 44, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32c49; background: linear-gradient(135deg, #f32c49, #F3942C);