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