#f34421
a balanced, electric red · warm · closest name: tomato
RGB
243, 68, 33
HSL
10°, 90%, 54%
CMYK
0, 72, 86, 5
Luminance
0.2330
Every format
| HEX | #f34421 |
| RGB | rgb(243, 68, 33) |
| HSL | hsl(10, 90%, 54%) |
| CMYK | cmyk(0%, 72%, 86%, 5%) |
| LAB | lab(55.4 64.8 57.3) |
| LCH | lch(55.4 86.5 41.5) |
| OKLCH | oklch(0.640 0.216 33.0) |
Copy-ready code
/* CSS */
color: #f34421;
background-color: #f34421;
/* Tailwind (arbitrary) */
class="text-[#f34421] bg-[#f34421]"
/* SCSS */
$brand: #f34421;
/* SwiftUI */
Color(red: 0.953, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#f34421")Accessibility — WCAG contrast
Aa
#f34421 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f34421 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green26.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow86.4%
Key (black)4.7%
Color previews
#f34421 text on a black background
contrast 5.66:1
Card sample
#f34421 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34421;
Background color
Panel with #f34421 background
background-color: #f34421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34421; background: linear-gradient(135deg, #f34421, #F3D021);