#f34f2c
a balanced, electric red · warm · closest name: tomato
RGB
243, 79, 44
HSL
11°, 89%, 56%
CMYK
0, 68, 82, 5
Luminance
0.2483
Every format
| HEX | #f34f2c |
| RGB | rgb(243, 79, 44) |
| HSL | hsl(11, 89%, 56%) |
| CMYK | cmyk(0%, 68%, 82%, 5%) |
| LAB | lab(56.9 61.1 53.8) |
| LCH | lch(56.9 81.4 41.4) |
| OKLCH | oklch(0.652 0.206 33.6) |
Copy-ready code
/* CSS */
color: #f34f2c;
background-color: #f34f2c;
/* Tailwind (arbitrary) */
class="text-[#f34f2c] bg-[#f34f2c]"
/* SCSS */
$brand: #f34f2c;
/* SwiftUI */
Color(red: 0.953, green: 0.310, blue: 0.173)
/* Android */
Color.parseColor("#f34f2c")Accessibility — WCAG contrast
Aa
#f34f2c on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f34f2c on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green31.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow81.9%
Key (black)4.7%
Color previews
#f34f2c text on a black background
contrast 5.97:1
Card sample
#f34f2c text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34f2c;
Background color
Panel with #f34f2c background
background-color: #f34f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 79, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 79, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34f2c; background: linear-gradient(135deg, #f34f2c, #F3D42C);