#f34921
a balanced, electric red · warm · closest name: tomato
RGB
243, 73, 33
HSL
11°, 90%, 54%
CMYK
0, 70, 86, 5
Luminance
0.2393
Every format
| HEX | #f34921 |
| RGB | rgb(243, 73, 33) |
| HSL | hsl(11, 90%, 54%) |
| CMYK | cmyk(0%, 70%, 86%, 5%) |
| LAB | lab(56.0 63.1 57.9) |
| LCH | lch(56.0 85.6 42.5) |
| OKLCH | oklch(0.645 0.213 34.0) |
Copy-ready code
/* CSS */
color: #f34921;
background-color: #f34921;
/* Tailwind (arbitrary) */
class="text-[#f34921] bg-[#f34921]"
/* SCSS */
$brand: #f34921;
/* SwiftUI */
Color(red: 0.953, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#f34921")Accessibility — WCAG contrast
Aa
#f34921 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f34921 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow86.4%
Key (black)4.7%
Color previews
#f34921 text on a black background
contrast 5.79:1
Card sample
#f34921 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34921;
Background color
Panel with #f34921 background
background-color: #f34921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34921; background: linear-gradient(135deg, #f34921, #F3D521);