#f14321
a balanced, electric red · warm · closest name: tomato
RGB
241, 67, 33
HSL
10°, 88%, 54%
CMYK
0, 72, 86, 6
Luminance
0.2282
Every format
| HEX | #f14321 |
| RGB | rgb(241, 67, 33) |
| HSL | hsl(10, 88%, 54%) |
| CMYK | cmyk(0%, 72%, 86%, 6%) |
| LAB | lab(54.9 64.6 56.8) |
| LCH | lch(54.9 86.0 41.3) |
| OKLCH | oklch(0.636 0.215 32.8) |
Copy-ready code
/* CSS */
color: #f14321;
background-color: #f14321;
/* Tailwind (arbitrary) */
class="text-[#f14321] bg-[#f14321]"
/* SCSS */
$brand: #f14321;
/* SwiftUI */
Color(red: 0.945, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#f14321")Accessibility — WCAG contrast
Aa
#f14321 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f14321 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow86.3%
Key (black)5.5%
Color previews
#f14321 text on a black background
contrast 5.56:1
Card sample
#f14321 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14321;
Background color
Panel with #f14321 background
background-color: #f14321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14321; background: linear-gradient(135deg, #f14321, #F1CE21);